glibc/csu
Szabolcs Nagy d63bc8be87 cheri: elf: elfptr_t fixes for preinit/init/fini array
According to the ELF spec:

 "Each element of this array is a pointer to a function to be executed
  by the dynamic linker."

 "Note that the address of a function need not be the same as a pointer
  to a function as defined by the processor supplement."

so these should be accessed via uintptr_t type instead of ElfW(Addr).
2022-08-05 19:45:19 +01:00
..
abi-note.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
check_fds.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
dso_handle.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
errno-loc.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
errno.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
gmon-start.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
init-first.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
init.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
libc-start.c cheri: elf: elfptr_t fixes for preinit/init/fini array 2022-08-05 19:45:19 +01:00
libc-tls.c cheri: fix static linking TLS setup 2022-08-05 19:45:19 +01:00
Makefile Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
rtld-sizes.sym Extend struct r_debug to support multiple namespaces [BZ #15971] 2021-09-19 13:51:35 -07:00
start.c More fallout from supporting only ELF 2012-01-08 00:45:01 -05:00
static-reloc.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
sysdep.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
version.c Remove kernel version check 2022-05-16 15:03:49 -03:00
Versions Reduce the statically linked startup code [BZ #23323] 2021-02-25 12:13:02 +01:00