diff options
author | Jeff Law <law@gcc.gnu.org> | 1997-12-06 10:30:09 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1997-12-06 10:30:09 -0700 |
commit | 27b6b158c29b45fd80c2f104d5da1f4bc818d7ab (patch) | |
tree | 9c7c51a3a8bfd63cf7d84a535015234d31dc02f3 /gcc/config | |
parent | db2a8c5b6d1f4ac88a5dc270f3be8a8902e4fddb (diff) | |
download | gcc-27b6b158c29b45fd80c2f104d5da1f4bc818d7ab.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r16983,
which included commits to RCS files with non-trunk default branches.
From-SVN: r16984
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/arm/xm-linux.h | 2 | ||||
-rw-r--r-- | gcc/config/arm/xm-netbsd.h | 11 | ||||
-rw-r--r-- | gcc/config/i386/xm-linux.h | 4 | ||||
-rw-r--r-- | gcc/config/i386/xm-sun.h | 6 | ||||
-rw-r--r-- | gcc/config/m68k/xm-altos3068.h | 4 | ||||
-rw-r--r-- | gcc/config/m68k/xm-amix.h | 4 | ||||
-rw-r--r-- | gcc/config/m68k/xm-hp320.h | 6 | ||||
-rw-r--r-- | gcc/config/m68k/xm-linux.h | 2 | ||||
-rw-r--r-- | gcc/config/m68k/xm-m68kv.h | 6 | ||||
-rw-r--r-- | gcc/config/mips/xm-iris3.h | 5 | ||||
-rw-r--r-- | gcc/config/mips/xm-iris4.h | 5 | ||||
-rw-r--r-- | gcc/config/mips/xm-sysv.h | 10 | ||||
-rw-r--r-- | gcc/config/ns32k/xm-genix.h | 4 | ||||
-rw-r--r-- | gcc/config/sparc/xm-pbd.h | 3 | ||||
-rw-r--r-- | gcc/config/vax/xm-vaxv.h | 4 | ||||
-rw-r--r-- | gcc/config/xm-svr3.h | 10 |
16 files changed, 8 insertions, 78 deletions
diff --git a/gcc/config/arm/xm-linux.h b/gcc/config/arm/xm-linux.h index 955379dab16..ca120a9c8a6 100644 --- a/gcc/config/arm/xm-linux.h +++ b/gcc/config/arm/xm-linux.h @@ -1,4 +1,4 @@ -/* Configuration for GCC for Intel i386 running Linux. +/* Configuration for GCC for Intel i386 running Linux-based GNU systems./ Copyright (C) 1993, 1994, 1995, 1997 Free Software Foundation, Inc. Contributed by H.J. Lu (hjl@nynexst.com) diff --git a/gcc/config/arm/xm-netbsd.h b/gcc/config/arm/xm-netbsd.h index a0de5bf1a77..ea9a64ea4bf 100644 --- a/gcc/config/arm/xm-netbsd.h +++ b/gcc/config/arm/xm-netbsd.h @@ -2,17 +2,6 @@ #include <arm/xm-arm.h> -/* xm-netbsd.h defines this */ -#ifdef HAVE_VPRINTF -#undef HAVE_VPRINTF -#endif - #ifndef SYS_SIGLIST_DECLARED #define SYS_SIGLIST_DECLARED #endif - -#ifndef HAVE_STRERROR -#define HAVE_STRERROR -#endif - -#include <xm-netbsd.h> diff --git a/gcc/config/i386/xm-linux.h b/gcc/config/i386/xm-linux.h index 42f097ddc6c..713bf3b2817 100644 --- a/gcc/config/i386/xm-linux.h +++ b/gcc/config/i386/xm-linux.h @@ -1,5 +1,5 @@ -/* Configuration for GCC for Intel i386 running Linux. - Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc. +/* Configuration for GCC for Intel i386 running Linux-based GNU systems. + Copyright (C) 1993, 1994, 1995, 1997 Free Software Foundation, Inc. Contributed by H.J. Lu (hjl@nynexst.com) This file is part of GNU CC. diff --git a/gcc/config/i386/xm-sun.h b/gcc/config/i386/xm-sun.h index d2e714ecf5c..de7c2013b3e 100644 --- a/gcc/config/i386/xm-sun.h +++ b/gcc/config/i386/xm-sun.h @@ -1,5 +1,5 @@ /* Configuration for GNU C-compiler for Intel 80386 running SunOS 4.0. - Copyright (C) 1988 Free Software Foundation, Inc. + Copyright (C) 1988, 1997 Free Software Foundation, Inc. This file is part of GNU CC. @@ -21,7 +21,3 @@ Boston, MA 02111-1307, USA. */ #define USG #include "i386/xm-i386.h" - -#define bcopy(a,b,c) memcpy (b,a,c) -#define bzero(a,b) memset (a,0,b) -#define bcmp(a,b,c) memcmp (a,b,c) diff --git a/gcc/config/m68k/xm-altos3068.h b/gcc/config/m68k/xm-altos3068.h index 294f5645b5e..f540924d328 100644 --- a/gcc/config/m68k/xm-altos3068.h +++ b/gcc/config/m68k/xm-altos3068.h @@ -1,7 +1,3 @@ #define USG #include "m68k/xm-m68k.h" - -#define bcopy(a,b,c) memcpy (b,a,c) -#define bzero(a,b) memset (a,0,b) -#define bcmp(a,b,c) memcmp (a,b,c) diff --git a/gcc/config/m68k/xm-amix.h b/gcc/config/m68k/xm-amix.h index 69b4bd17c74..c28ed787cad 100644 --- a/gcc/config/m68k/xm-amix.h +++ b/gcc/config/m68k/xm-amix.h @@ -1,7 +1,6 @@ /* Definitions of host machine for GNU compiler. Commodore Amiga A3000UX version. - - Copyright (C) 1991 Free Software Foundation, Inc. + Copyright (C) 1991, 1997 Free Software Foundation, Inc. This file is part of GNU CC. @@ -22,7 +21,6 @@ Boston, MA 02111-1307, USA. */ #include "m68k/xm-m68kv.h" /* Use the System V flavor of m68k host */ -#define HAVE_VPRINTF /* Host has vprintf() in library */ #define rindex strrchr #define index strchr diff --git a/gcc/config/m68k/xm-hp320.h b/gcc/config/m68k/xm-hp320.h index d724c3a26c8..f3009a6db5a 100644 --- a/gcc/config/m68k/xm-hp320.h +++ b/gcc/config/m68k/xm-hp320.h @@ -3,12 +3,6 @@ #include "m68k/xm-m68k.h" -#define bcopy(a,b,c) memcpy (b,a,c) -#define bzero(a,b) memset (a,0,b) -#define bcmp(a,b,c) memcmp (a,b,c) -#define rindex strrchr -#define index strchr - /* If compiling with HPUX compiler, we are probably using alloca.c, so help it work right. */ #ifndef __GNUC__ diff --git a/gcc/config/m68k/xm-linux.h b/gcc/config/m68k/xm-linux.h index 3b1050673fa..bfac3ae4ef6 100644 --- a/gcc/config/m68k/xm-linux.h +++ b/gcc/config/m68k/xm-linux.h @@ -1,4 +1,4 @@ -/* Configuration for GCC for Motorola m68k running Linux. */ +/* Configuration for GCC for Motorola m68k running Linux-based GNU systems. */ #include <m68k/xm-m68k.h> #include <xm-linux.h> diff --git a/gcc/config/m68k/xm-m68kv.h b/gcc/config/m68k/xm-m68kv.h index ce3cf665e81..d0931f03890 100644 --- a/gcc/config/m68k/xm-m68kv.h +++ b/gcc/config/m68k/xm-m68kv.h @@ -3,12 +3,6 @@ #include "m68k/xm-m68k.h" #define USG -#define bcopy(a,b,c) memcpy (b,a,c) -#define bzero(a,b) memset (a,0,b) -#define bcmp(a,b,c) memcmp (a,b,c) - -#define rindex strrchr -#define index strchr #ifndef __GNUC__ #define USE_C_ALLOCA diff --git a/gcc/config/mips/xm-iris3.h b/gcc/config/mips/xm-iris3.h index 3d2a59a1447..448b7ac80bb 100644 --- a/gcc/config/mips/xm-iris3.h +++ b/gcc/config/mips/xm-iris3.h @@ -1,8 +1,3 @@ #include "mips/xm-mips.h" #define USG - -#define bcopy(a,b,c) memcpy (b,a,c) -#define bzero(a,b) memset (a,0,b) -#define bcmp(a,b,c) memcmp (a,b,c) - diff --git a/gcc/config/mips/xm-iris4.h b/gcc/config/mips/xm-iris4.h index e12c226614e..c01d3f48a78 100644 --- a/gcc/config/mips/xm-iris4.h +++ b/gcc/config/mips/xm-iris4.h @@ -1,11 +1,6 @@ #include "mips/xm-mips.h" #define USG -#define HAVE_VPRINTF - -#define bcopy(a,b,c) memcpy (b,a,c) -#define bzero(a,b) memset (a,0,b) -#define bcmp(a,b,c) memcmp (a,b,c) #if 0 #ifdef __GNUC__ diff --git a/gcc/config/mips/xm-sysv.h b/gcc/config/mips/xm-sysv.h index 170538fb682..05a8d6c1154 100644 --- a/gcc/config/mips/xm-sysv.h +++ b/gcc/config/mips/xm-sysv.h @@ -1,5 +1,5 @@ /* Configuration for GNU C-compiler for UMIPS operating system - Copyright (C) 1989, 1990, 1991 Free Software Foundation, Inc. + Copyright (C) 1989, 1990, 1991, 1997 Free Software Foundation, Inc. This file is part of GNU CC. @@ -28,11 +28,3 @@ Boston, MA 02111-1307, USA. */ #define USG #include "mips/xm-mips.h" - -#define bcopy(a,b,c) memcpy((b),(a),(c)) -#define bzero(a,b) memset((a),0,(b)) -#define bcmp(a,b,c) memcmp((a),(b),(c)) - -#define rindex strrchr -#define index strchr - diff --git a/gcc/config/ns32k/xm-genix.h b/gcc/config/ns32k/xm-genix.h index 76be3b76fc8..15ff46fc6b1 100644 --- a/gcc/config/ns32k/xm-genix.h +++ b/gcc/config/ns32k/xm-genix.h @@ -3,7 +3,3 @@ #include "ns32k/xm-ns32k.h" #define USG - -#define bcopy(a,b,c) memcpy (b,a,c) -#define bzero(a,b) memset (a,0,b) -#define bcmp(a,b,c) memcmp (a,b,c) diff --git a/gcc/config/sparc/xm-pbd.h b/gcc/config/sparc/xm-pbd.h index dad9fdc6b34..1c3f47590c7 100644 --- a/gcc/config/sparc/xm-pbd.h +++ b/gcc/config/sparc/xm-pbd.h @@ -3,9 +3,6 @@ #include "sparc/xm-sparc.h" #define USG -#define bcopy(a,b,c) memcpy (b,a,c) -#define bzero(a,b) memset (a,0,b) -#define bcmp(a,b,c) memcmp (a,b,c) #ifndef __GNUC__ #define USE_C_ALLOCA diff --git a/gcc/config/vax/xm-vaxv.h b/gcc/config/vax/xm-vaxv.h index 18a1d73ac98..aef16f04321 100644 --- a/gcc/config/vax/xm-vaxv.h +++ b/gcc/config/vax/xm-vaxv.h @@ -1,7 +1,3 @@ /* Config file for Vax running system V. */ #define USG - -#define bcopy(a,b,c) memcpy (b,a,c) -#define bzero(a,b) memset (a,0,b) -#define bcmp(a,b,c) memcmp (a,b,c) diff --git a/gcc/config/xm-svr3.h b/gcc/config/xm-svr3.h index ac1000fb1cb..6f252505252 100644 --- a/gcc/config/xm-svr3.h +++ b/gcc/config/xm-svr3.h @@ -1,5 +1,5 @@ /* Configuration for GNU C-compiler for hosts running System V Release 3 - Copyright (C) 1991, 1993 Free Software Foundation, Inc. + Copyright (C) 1991, 1993, 1996 Free Software Foundation, Inc. This file is part of GNU CC. @@ -18,15 +18,7 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define bcopy(src,dst,len) memcpy ((dst),(src),(len)) -#define bzero(dst,len) memset ((dst),0,(len)) -#define bcmp(left,right,len) memcmp ((left),(right),(len)) - -#define rindex strrchr -#define index strchr - #define USG -#define HAVE_VPRINTF #ifndef SVR3 #define SVR3 |