From owner-cvs-lib Fri Feb 14 02:57:20 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA25019 for cvs-lib-outgoing; Fri, 14 Feb 1997 02:57:20 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA24982; Fri, 14 Feb 1997 02:57:14 -0800 (PST) Date: Fri, 14 Feb 1997 02:57:14 -0800 (PST) From: Bruce Evans Message-Id: <199702141057.CAA24982@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/i386 DEFS.h SYS.h Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/14 02:57:13 Modified: lib/libc/i386 DEFS.h SYS.h Log: Moved definitions of PIC macros from SYS.h to DEFS.h so that SYS.h doesn't need to be included in files that have nothing to do with syscalls. Added missing `.text' to START_ENTRY so that ENTRY() works when invoked in the data section. Revision Changes Path 1.5 +21 -1 src/lib/libc/i386/DEFS.h 1.9 +0 -20 src/lib/libc/i386/SYS.h