This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
0
You've already forked NetBSD
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
016359fc65
NetBSD
/
lib
/
csu
/
common_elf
History
dsl
016359fc65
Make gcrt0.o depend on crt0.o so that it picks up the dependencies from .depend.
2003-11-11 11:32:39 +00:00
..
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
* remove .ALLSRC, which doesn't work with the new dependency tree
2003-03-19 04:31:41 +00:00
crtend.c
Split crtbegin/crtend into crti/crtbegin/crtend/crtn. NetBSD-specific
2002-11-22 06:44:56 +00:00
crtendS.c
* remove .ALLSRC, which doesn't work with the new dependency tree
2003-03-19 04:31:41 +00:00
crti.c
Oops, the _init() and _fini() entry points need to be in the .init
2002-11-23 17:21:22 +00:00
crtn.c
Split crtbegin/crtend into crti/crtbegin/crtend/crtn. NetBSD-specific
2002-11-22 06:44:56 +00:00
dot_init.h
Reorganization of crtbegin/crtend.
2001-05-11 22:44:14 +00:00
dwarf2_eh.h
Allow platforms to define __EH_FRAME_CONST. Currently "const" for x86_64,
2003-09-07 22:27:54 +00:00
Makefile.inc
Make gcrt0.o depend on crt0.o so that it picks up the dependencies from .depend.
2003-11-11 11:32:39 +00:00