From owner-cvs-all Sat Feb 6 00:41:08 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA11115 for cvs-all-outgoing; Sat, 6 Feb 1999 00:41:08 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA11109; Sat, 6 Feb 1999 00:41:07 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA19162; Sat, 6 Feb 1999 00:41:06 -0800 (PST) (envelope-from bde@FreeBSD.org) Date: Sat, 6 Feb 1999 00:41:06 -0800 (PST) Message-Id: <199902060841.AAA19162@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include asnames.h src/sys/i386/svr4 svr4_locore.s Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/02/06 00:41:06 PST Modified files: sys/i386/include asnames.h sys/i386/svr4 svr4_locore.s Log: Added underscores to some names in svr4_locore.s so that it compiles with -aout. Added translation back to elf names in asnames.h as usual. The elf names were inconsistent in the aout case even internally because a macro adds an underscore to just one of them. Removed commented out code for a previous life of `svr4_esigcode'. Didn't add an underscore to `svr4_esigcode' since it is correct for aout although wrong for elf, like most internal names in assembler files. These names should be in a different namespace so that gprof can ignore them. Fixed some disorder in asnames.h. Revision Changes Path 1.28 +6 -3 src/sys/i386/include/asnames.h 1.2 +4 -6 src/sys/i386/svr4/svr4_locore.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message