From e41a1546e10d7d4794abed2df54cc25101dc2c18 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 28 Aug 1992 22:54:13 +0000 Subject: Back out the HOST_BIG_ENDIAN_P changes I put in yesterday. --- bfd/hosts/amix.h | 2 -- bfd/hosts/apollo68.h | 2 -- bfd/hosts/apollov68.h | 2 -- bfd/hosts/delta88.h | 1 - bfd/hosts/dgux.h | 2 -- bfd/hosts/dose.h | 2 -- bfd/hosts/go32.h | 2 -- bfd/hosts/harris.h | 3 --- bfd/hosts/hp9000.h | 2 -- bfd/hosts/hppabsd.h | 2 -- bfd/hosts/hppahpux.h | 3 --- bfd/hosts/i386mach.h | 2 -- bfd/hosts/i386v.h | 2 -- bfd/hosts/i386v4.h | 2 -- bfd/hosts/irix3.h | 2 -- bfd/hosts/irix4.h | 2 -- bfd/hosts/ncr3000.h | 2 -- bfd/hosts/rs6000.h | 2 -- bfd/hosts/rtbsd.h | 1 - bfd/hosts/solaris2.h | 2 -- bfd/hosts/sparc-ll.h | 2 -- bfd/hosts/sparc.h | 2 -- bfd/hosts/stratus.h | 2 -- bfd/hosts/sun3.h | 1 - bfd/hosts/ultra3.h | 2 -- bfd/hosts/we32k.h | 2 -- 26 files changed, 51 deletions(-) (limited to 'bfd/hosts') diff --git a/bfd/hosts/amix.h b/bfd/hosts/amix.h index d73c10e..ed0a1db 100644 --- a/bfd/hosts/amix.h +++ b/bfd/hosts/amix.h @@ -47,8 +47,6 @@ extern long atol(); extern int fputc(); extern int unlink(); -#define HOST_BIG_ENDIAN_P - /* EXACT TYPES */ typedef char int8e_type; typedef unsigned char uint8e_type; diff --git a/bfd/hosts/apollo68.h b/bfd/hosts/apollo68.h index 569cde4..ce68846 100644 --- a/bfd/hosts/apollo68.h +++ b/bfd/hosts/apollo68.h @@ -27,8 +27,6 @@ extern PTR EXFUN(realloc, (PTR, unsigned)); extern void EXFUN( free,(PTR)); #endif -#define HOST_BIG_ENDIAN_P - /* EXACT TYPES */ typedef char int8e_type; typedef unsigned char uint8e_type; diff --git a/bfd/hosts/apollov68.h b/bfd/hosts/apollov68.h index 1bc3821..13793ff 100644 --- a/bfd/hosts/apollov68.h +++ b/bfd/hosts/apollov68.h @@ -50,8 +50,6 @@ extern PTR EXFUN(realloc, (PTR, unsigned)); extern void EXFUN( free,(PTR)); #endif -#define HOST_BIG_ENDIAN_P - /* EXACT TYPES */ typedef char int8e_type; typedef unsigned char uint8e_type; diff --git a/bfd/hosts/delta88.h b/bfd/hosts/delta88.h index f8d65b9..4337d22 100644 --- a/bfd/hosts/delta88.h +++ b/bfd/hosts/delta88.h @@ -59,7 +59,6 @@ extern char *getenv(); extern int fputc(); extern int unlink(); -#define HOST_BIG_ENDIAN_P /* EXACT TYPES */ typedef char int8e_type; diff --git a/bfd/hosts/dgux.h b/bfd/hosts/dgux.h index b89dd83..0847982 100644 --- a/bfd/hosts/dgux.h +++ b/bfd/hosts/dgux.h @@ -11,8 +11,6 @@ #include -#define HOST_BIG_ENDIAN_P - #ifndef DONTDECLARE_MALLOC extern PTR EXFUN(malloc,(unsigned)); extern PTR EXFUN(realloc, (PTR, unsigned)); diff --git a/bfd/hosts/dose.h b/bfd/hosts/dose.h index 1dff45a..359d15b 100644 --- a/bfd/hosts/dose.h +++ b/bfd/hosts/dose.h @@ -12,8 +12,6 @@ #define SEEK_SET 0 #define SEEK_CUR 1 -#undef HOST_BIG_ENDIAN_P - /* EXACT TYPES */ typedef char int8e_type; typedef unsigned char uint8e_type; diff --git a/bfd/hosts/go32.h b/bfd/hosts/go32.h index 43483f9..92d80bc 100644 --- a/bfd/hosts/go32.h +++ b/bfd/hosts/go32.h @@ -16,8 +16,6 @@ #define POSIX_UTIME #define NO_FCNTL -#undef HOST_BIG_ENDIAN_P - /* EXACT TYPES */ typedef char int8e_type; typedef unsigned char uint8e_type; diff --git a/bfd/hosts/harris.h b/bfd/hosts/harris.h index e9b1bc8..274ccbd 100644 --- a/bfd/hosts/harris.h +++ b/bfd/hosts/harris.h @@ -21,9 +21,6 @@ extern void EXFUN(exit,(int)); extern void EXFUN(bzero,(char *, int)); extern int strtol(); - -#define HOST_BIG_ENDIAN_P - /* EXACT TYPES */ typedef char int8e_type; typedef unsigned char uint8e_type; diff --git a/bfd/hosts/hp9000.h b/bfd/hosts/hp9000.h index 83babcd..e1c8bb7 100644 --- a/bfd/hosts/hp9000.h +++ b/bfd/hosts/hp9000.h @@ -47,8 +47,6 @@ rename(from, to) # endif */ -#define HOST_BIG_ENDIAN_P - /* EXACT TYPES */ typedef char int8e_type; typedef unsigned char uint8e_type; diff --git a/bfd/hosts/hppabsd.h b/bfd/hosts/hppabsd.h index 770d7e5..4491136 100644 --- a/bfd/hosts/hppabsd.h +++ b/bfd/hosts/hppabsd.h @@ -28,8 +28,6 @@ void free(); #define HOST_DATA_START_ADDR UDATASEG #define HOST_STACK_END_ADDR KSTAKSEG -#define HOST_BIG_ENDIAN_P - /* EXACT TYPES */ typedef char int8e_type; typedef unsigned char uint8e_type; diff --git a/bfd/hosts/hppahpux.h b/bfd/hosts/hppahpux.h index e52b6ba..08e0814 100644 --- a/bfd/hosts/hppahpux.h +++ b/bfd/hosts/hppahpux.h @@ -55,9 +55,6 @@ rename(from, to) # endif */ -/* Not sure about this. */ -#define HOST_BIG_ENDIAN_P - /* EXACT TYPES */ typedef char int8e_type; typedef unsigned char uint8e_type; diff --git a/bfd/hosts/i386mach.h b/bfd/hosts/i386mach.h index 13f5572..874ead4 100644 --- a/bfd/hosts/i386mach.h +++ b/bfd/hosts/i386mach.h @@ -28,8 +28,6 @@ extern void EXFUN(free, (PTR)); #define HOST_TEXT_START_ADDR 0x10000 /* By inspection */ #define HOST_STACK_END_ADDR KERNBASE -#undef HOST_BIG_ENDIAN_P - /* EXACT TYPES */ typedef char int8e_type; typedef unsigned char uint8e_type; diff --git a/bfd/hosts/i386v.h b/bfd/hosts/i386v.h index c2a96c1..328703b 100644 --- a/bfd/hosts/i386v.h +++ b/bfd/hosts/i386v.h @@ -50,8 +50,6 @@ # endif */ -#undef HOST_BIG_ENDIAN_P - #ifndef DONTDECLARE_MALLOC extern PTR EXFUN(malloc,(unsigned)); extern PTR EXFUN(realloc, (PTR, unsigned)); diff --git a/bfd/hosts/i386v4.h b/bfd/hosts/i386v4.h index 27def2c..7b72059 100644 --- a/bfd/hosts/i386v4.h +++ b/bfd/hosts/i386v4.h @@ -47,8 +47,6 @@ extern long atol(); extern int fputc(); extern int unlink(); -#undef HOST_BIG_ENDIAN_P - /* EXACT TYPES */ typedef char int8e_type; typedef unsigned char uint8e_type; diff --git a/bfd/hosts/irix3.h b/bfd/hosts/irix3.h index d720653..1ae0a58 100644 --- a/bfd/hosts/irix3.h +++ b/bfd/hosts/irix3.h @@ -22,8 +22,6 @@ #define SEEK_CUR 1 #endif -#undef HOST_BIG_ENDIAN_P - /* EXACT TYPES */ typedef char int8e_type; typedef unsigned char uint8e_type; diff --git a/bfd/hosts/irix4.h b/bfd/hosts/irix4.h index d720653..1ae0a58 100644 --- a/bfd/hosts/irix4.h +++ b/bfd/hosts/irix4.h @@ -22,8 +22,6 @@ #define SEEK_CUR 1 #endif -#undef HOST_BIG_ENDIAN_P - /* EXACT TYPES */ typedef char int8e_type; typedef unsigned char uint8e_type; diff --git a/bfd/hosts/ncr3000.h b/bfd/hosts/ncr3000.h index 27def2c..7b72059 100644 --- a/bfd/hosts/ncr3000.h +++ b/bfd/hosts/ncr3000.h @@ -47,8 +47,6 @@ extern long atol(); extern int fputc(); extern int unlink(); -#undef HOST_BIG_ENDIAN_P - /* EXACT TYPES */ typedef char int8e_type; typedef unsigned char uint8e_type; diff --git a/bfd/hosts/rs6000.h b/bfd/hosts/rs6000.h index 70f20ad..b41ed5f 100644 --- a/bfd/hosts/rs6000.h +++ b/bfd/hosts/rs6000.h @@ -17,8 +17,6 @@ #define SEEK_SET 0 #define SEEK_CUR 1 -#define HOST_BIG_ENDIAN_P - /* EXACT TYPES */ typedef char int8e_type; typedef unsigned char uint8e_type; diff --git a/bfd/hosts/rtbsd.h b/bfd/hosts/rtbsd.h index c071707..071ee04 100644 --- a/bfd/hosts/rtbsd.h +++ b/bfd/hosts/rtbsd.h @@ -17,7 +17,6 @@ extern char *malloc(); extern void free(); -#define HOST_BIG_ENDIAN_P /* EXACT TYPES */ typedef char int8e_type; diff --git a/bfd/hosts/solaris2.h b/bfd/hosts/solaris2.h index 03673d6..b1ec809 100644 --- a/bfd/hosts/solaris2.h +++ b/bfd/hosts/solaris2.h @@ -2,6 +2,4 @@ #include "hosts/sysv4.h" -#define HOST_BIG_ENDIAN_P - /* That's all... */ diff --git a/bfd/hosts/sparc-ll.h b/bfd/hosts/sparc-ll.h index 9506551..1f7c695 100644 --- a/bfd/hosts/sparc-ll.h +++ b/bfd/hosts/sparc-ll.h @@ -74,8 +74,6 @@ extern int fputc(); extern int unlink(); -#define HOST_BIG_ENDIAN_P - /* EXACT TYPES */ typedef char int8e_type; typedef unsigned char uint8e_type; diff --git a/bfd/hosts/sparc.h b/bfd/hosts/sparc.h index 00cf8bf..3ae9af6 100644 --- a/bfd/hosts/sparc.h +++ b/bfd/hosts/sparc.h @@ -87,8 +87,6 @@ extern int fputc(); extern int unlink(); #endif /* __STDC__ */ -#define HOST_BIG_ENDIAN_P - /* EXACT TYPES */ typedef char int8e_type; typedef unsigned char uint8e_type; diff --git a/bfd/hosts/stratus.h b/bfd/hosts/stratus.h index bd0686a..dbe7a01 100644 --- a/bfd/hosts/stratus.h +++ b/bfd/hosts/stratus.h @@ -47,8 +47,6 @@ extern long atol(); extern int fputc(); extern int unlink(); -#undef HOST_BIG_ENDIAN_P - /* EXACT TYPES */ typedef char int8e_type; typedef unsigned char uint8e_type; diff --git a/bfd/hosts/sun3.h b/bfd/hosts/sun3.h index 2b6538d..0c3b495 100644 --- a/bfd/hosts/sun3.h +++ b/bfd/hosts/sun3.h @@ -59,7 +59,6 @@ extern char *getenv(); extern int fputc(); extern int unlink(); -#define HOST_BIG_ENDIAN_P /* EXACT TYPES */ typedef char int8e_type; diff --git a/bfd/hosts/ultra3.h b/bfd/hosts/ultra3.h index 1980e77..17aad5a 100644 --- a/bfd/hosts/ultra3.h +++ b/bfd/hosts/ultra3.h @@ -17,8 +17,6 @@ extern char *malloc(); extern void free(); -#define HOST_BIG_ENDIAN_P - /* EXACT TYPES */ typedef char int8e_type; typedef unsigned char uint8e_type; diff --git a/bfd/hosts/we32k.h b/bfd/hosts/we32k.h index 7d69c17..6de135e 100644 --- a/bfd/hosts/we32k.h +++ b/bfd/hosts/we32k.h @@ -24,8 +24,6 @@ extern void EXFUN(bzero,(char *, int)); extern int strtol(); #define NO_STDARG 1 -#define HOST_BIG_ENDIAN_P - /* EXACT TYPES */ typedef char int8e_type; typedef unsigned char uint8e_type; -- cgit v1.1