1crt0_x.S:
2  - entry point for L4 binaries
3
4main_stat.ld:
5  - linker script for standard L4 applications
6
7main_rel.ld:
8  - linker script for Linux kernel modules and XFree86 drivers
9  - similar to elf_i386.xr except that we merge all .text.* sections
10
11main_dyn.ld:
12  - linker script for binaries depending on an interpreter (ld-l4.s.so)
13  - use LDSCRIPT = $(call findfile,main_dyn.ld,$(L4LIBDIR)) and omit
14    DEFAULT_RELOC!
15
16