NetBSD/lib/csu/common_elf
fvdl 7e7bcf4bc9 Allow platforms to define __EH_FRAME_CONST. Currently "const" for x86_64,
empty for others. x86_64 (and s390, which we do not have) have .eh_frame
as a read-only section, so __EH_FRAME_BEGIN__ and the register/deregister
functions must take a const foo *.

This also fixes an ICE in gcc 3.3.1 (see gcc PR #9552)
2003-09-07 22:27:54 +00:00
..
Makefile.inc
common.c Resolve dlsym(3) and friends directly so that dlsym(RTLD_NEXT,...) works. 2003-08-12 09:18:38 +00:00
common.h Resolve dlsym(3) and friends directly so that dlsym(RTLD_NEXT,...) works. 2003-08-12 09:18:38 +00:00
crtbegin.c Allow platforms to define __EH_FRAME_CONST. Currently "const" for x86_64, 2003-09-07 22:27:54 +00:00
crtbeginS.c
crtend.c
crtendS.c
crti.c
crtn.c
dot_init.h
dwarf2_eh.h Allow platforms to define __EH_FRAME_CONST. Currently "const" for x86_64, 2003-09-07 22:27:54 +00:00