From owner-cvs-all Fri Mar 12 9:33:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 898BC14C36; Fri, 12 Mar 1999 09:33:45 -0800 (PST) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA65139; Fri, 12 Mar 1999 09:33:32 -0800 (PST) (envelope-from jdp@FreeBSD.org) Message-Id: <199903121733.JAA65139@freefall.freebsd.org> From: John Polstra Date: Fri, 12 Mar 1999 09:33:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/csu/i386-elf Makefile crtbegin.c crtend.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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