Date: Fri, 12 Mar 1999 09:33:31 -0800 (PST) From: John Polstra <jdp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/csu/i386-elf Makefile crtbegin.c crtend.c Message-ID: <199903121733.JAA65139@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jdp 1999/03/12 09:33:31 PST Modified files: lib/csu/i386-elf Makefile crtbegin.c crtend.c Log: 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. Revision Changes Path 1.4 +2 -2 src/lib/csu/i386-elf/Makefile 1.2 +8 -10 src/lib/csu/i386-elf/crtbegin.c 1.2 +5 -3 src/lib/csu/i386-elf/crtend.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903121733.JAA65139>