opnsense-src/lib/csu/amd64
John Polstra bb2b869188 Move the code for the ".init" and ".fini" sections outside of a
C function so the compiler won't try to emit line numbers for it
with "-g", breaking the build.  This has the nice side-effect of
making crtbegin.o and crtbeginS.o a little bit smaller.

Remove "-Wno-unused" from the Makefile.  Replace it with "__unused"
on particular function and variable declarations.
1999-03-12 17:33:28 +00:00
..
crt1.c Strip the leading path from __progname as is done in the a.out case. Also 1998-12-24 18:19:47 +00:00
crti.S Import C startup files for ELF support. 1998-03-07 20:27:11 +00:00
crtn.S Import C startup files for ELF support. 1998-03-07 20:27:11 +00:00
Makefile Move the code for the ".init" and ".fini" sections outside of a 1999-03-12 17:33:28 +00:00