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
cdbea784c7
NetBSD
/
lib
/
csu
/
common_elf
History
yamt
c2ad33834a
CLEANFILES=${OBJS}
2007-12-01 11:06:36 +00:00
..
common.c
bare asm -> __asm
2005-12-24 22:45:33 +00:00
common.h
change __weak_extern to __weak_reference so that gcc4 works.
2006-05-18 17:54:19 +00:00
crtbegin.c
Instead of using -I- -I${.CURDIR} and #include "dot_init.h", use:
2006-05-19 19:11:12 +00:00
crtbeginS.c
crtend.c
Instead of using -I- -I${.CURDIR} and #include "dot_init.h", use:
2006-05-19 19:11:12 +00:00
crtendS.c
crti.c
All platforms are MD_DO_NOT_NEED_FALLTHRU now so no need to keep it
2007-05-15 16:51:37 +00:00
crtn.c
Instead of using -I- -I${.CURDIR} and #include "dot_init.h", use:
2006-05-19 19:11:12 +00:00
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
Makefile.inc
CLEANFILES=${OBJS}
2007-12-01 11:06:36 +00:00