freebsd-dev/lib/csu
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
..
alpha Initialize __progname by argv[0] before striping leading path, 1999-01-19 06:58:31 +00:00
amd64 Move the code for the ".init" and ".fini" sections outside of a 1999-03-12 17:33:28 +00:00
common Move the code for the ".init" and ".fini" sections outside of a 1999-03-12 17:33:28 +00:00
i386 Fixed type mismatches in args to __syscall(). One for mmap() broke on 1998-12-27 15:47:15 +00:00
i386-elf Move the code for the ".init" and ".fini" sections outside of a 1999-03-12 17:33:28 +00:00