• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..16-Nov-2021-

ARCH-amd64/16-Nov-2021-

ARCH-arm/16-Nov-2021-

ARCH-arm64/16-Nov-2021-

ARCH-mips/16-Nov-2021-

ARCH-ppc32/16-Nov-2021-

ARCH-sparc/16-Nov-2021-

ARCH-x86/16-Nov-2021-

Makefile A D16-Nov-2021954 3520

README A D16-Nov-2021431 1611

construction.c A D16-Nov-20213.3 KiB13194

crt0_interp.c A D16-Nov-2021383 91

init_eh_frame.cc A D16-Nov-2021885 3319

support.c A D16-Nov-2021537 177

README

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