From: John Gilmore Date: Fri, 18 Jun 1993 10:29:14 +0000 (+0000) Subject: Eliminate "int8_type", "int16_type", "int32_type", and their X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=933ae8d4fd6c33bf7eb407ed9c03dc103c0c4962;p=binutils-gdb.git Eliminate "int8_type", "int16_type", "int32_type", and their variants from the BFD universe. Leave the 64-bit types for now, since they are in flux. * hosts/*.h: Remove declarations of all these types. --- diff --git a/bfd/hosts/alphaosf.h b/bfd/hosts/alphaosf.h index c3df539f2bf..b8060bce860 100644 --- a/bfd/hosts/alphaosf.h +++ b/bfd/hosts/alphaosf.h @@ -12,33 +12,10 @@ /* Make the basic types 64-bit quantities on the host */ #define HOST_64_BIT long - -/* EXACT TYPES */ -typedef char int8e_type; -typedef unsigned char uint8e_type; -typedef short int16e_type; -typedef unsigned short uint16e_type; -typedef int int32e_type; -typedef unsigned int uint32e_type; - - - typedef unsigned long uint64e_type; - - -/* CORRECT SIZE OR GREATER */ -typedef char int8_type; -typedef unsigned char uint8_type; -typedef short int16_type; -typedef unsigned short uint16_type; -typedef int int32_type; -typedef unsigned int uint32_type; - - typedef unsigned long uint64_type; typedef long int64_type; - #define BYTES_IN_PRINTF_INT 4 #define uint64_typeLOW(x) (uint32_type)(((x) & 0xffffffff)) diff --git a/bfd/hosts/amix.h b/bfd/hosts/amix.h index ed0a1db7418..848a43f7b07 100644 --- a/bfd/hosts/amix.h +++ b/bfd/hosts/amix.h @@ -47,20 +47,4 @@ extern long atol(); extern int fputc(); extern int unlink(); -/* EXACT TYPES */ -typedef char int8e_type; -typedef unsigned char uint8e_type; -typedef short int16e_type; -typedef unsigned short uint16e_type; -typedef int int32e_type; -typedef unsigned int uint32e_type; - -/* CORRECT SIZE OR GREATER */ -typedef char int8_type; -typedef unsigned char uint8_type; -typedef short int16_type; -typedef unsigned short uint16_type; -typedef int int32_type; -typedef unsigned int uint32_type; - #include "fopen-same.h" diff --git a/bfd/hosts/apollo68.h b/bfd/hosts/apollo68.h index b9900d65a9f..8dad598d304 100644 --- a/bfd/hosts/apollo68.h +++ b/bfd/hosts/apollo68.h @@ -23,20 +23,4 @@ extern PTR EXFUN(realloc, (PTR, unsigned)); extern void EXFUN( free,(PTR)); #endif -/* EXACT TYPES */ -typedef char int8e_type; -typedef unsigned char uint8e_type; -typedef short int16e_type; -typedef unsigned short uint16e_type; -typedef int int32e_type; -typedef unsigned int uint32e_type; - -/* CORRECT SIZE OR GREATER */ -typedef char int8_type; -typedef unsigned char uint8_type; -typedef short int16_type; -typedef unsigned short uint16_type; -typedef int int32_type; -typedef unsigned int uint32_type; - #include "fopen-same.h" diff --git a/bfd/hosts/apollov68.h b/bfd/hosts/apollov68.h index e425310326e..c13dfbf7755 100644 --- a/bfd/hosts/apollov68.h +++ b/bfd/hosts/apollov68.h @@ -34,20 +34,4 @@ extern PTR EXFUN(realloc, (PTR, unsigned)); extern void EXFUN( free,(PTR)); #endif -/* EXACT TYPES */ -typedef char int8e_type; -typedef unsigned char uint8e_type; -typedef short int16e_type; -typedef unsigned short uint16e_type; -typedef int int32e_type; -typedef unsigned int uint32e_type; - -/* CORRECT SIZE OR GREATER */ -typedef char int8_type; -typedef unsigned char uint8_type; -typedef short int16_type; -typedef unsigned short uint16_type; -typedef int int32_type; -typedef unsigned int uint32_type; - #include "fopen-same.h" diff --git a/bfd/hosts/delta88.h b/bfd/hosts/delta88.h index 046b7c209c3..fe8d76d5670 100644 --- a/bfd/hosts/delta88.h +++ b/bfd/hosts/delta88.h @@ -77,20 +77,4 @@ extern int fputc(); extern int unlink(); -/* EXACT TYPES */ -typedef char int8e_type; -typedef unsigned char uint8e_type; -typedef short int16e_type; -typedef unsigned short uint16e_type; -typedef int int32e_type; -typedef unsigned int uint32e_type; - -/* CORRECT SIZE OR GREATER */ -typedef char int8_type; -typedef unsigned char uint8_type; -typedef short int16_type; -typedef unsigned short uint16_type; -typedef int int32_type; -typedef unsigned int uint32_type; - #include "fopen-same.h" diff --git a/bfd/hosts/dose.h b/bfd/hosts/dose.h index 359d15b34c4..5b2f24f02da 100644 --- a/bfd/hosts/dose.h +++ b/bfd/hosts/dose.h @@ -12,20 +12,4 @@ #define SEEK_SET 0 #define SEEK_CUR 1 -/* EXACT TYPES */ -typedef char int8e_type; -typedef unsigned char uint8e_type; -typedef short int16e_type; -typedef unsigned short uint16e_type; -typedef int int32e_type; -typedef unsigned int uint32e_type; - -/* CORRECT SIZE OR GREATER */ -typedef char int8_type; -typedef unsigned char uint8_type; -typedef short int16_type; -typedef unsigned short uint16_type; -typedef int int32_type; -typedef unsigned int uint32_type; - #include "fopen-bin.h" diff --git a/bfd/hosts/go32.h b/bfd/hosts/go32.h index 34aff36312c..2c71b2e7d90 100644 --- a/bfd/hosts/go32.h +++ b/bfd/hosts/go32.h @@ -15,20 +15,4 @@ #define NO_FCNTL -/* EXACT TYPES */ - typedef char int8e_type; - typedef unsigned char uint8e_type; - typedef short int16e_type; - typedef unsigned short uint16e_type; - typedef int int32e_type; - typedef unsigned int uint32e_type; - - /* CORRECT SIZE OR GREATER */ - typedef char int8_type; - typedef unsigned char uint8_type; - typedef short int16_type; - typedef unsigned short uint16_type; - typedef int int32_type; - typedef unsigned int uint32_type; - #include "fopen-bin.h" diff --git a/bfd/hosts/harris.h b/bfd/hosts/harris.h index 274ccbdf9b9..e628680ecca 100644 --- a/bfd/hosts/harris.h +++ b/bfd/hosts/harris.h @@ -21,19 +21,5 @@ extern void EXFUN(exit,(int)); extern void EXFUN(bzero,(char *, int)); extern int strtol(); -/* EXACT TYPES */ -typedef char int8e_type; -typedef unsigned char uint8e_type; -typedef short int16e_type; -typedef unsigned short uint16e_type; -typedef int int32e_type; -typedef unsigned int uint32e_type; -/* CORRECT SIZE OR GREATER */ -typedef char int8_type; -typedef unsigned char uint8_type; -typedef short int16_type; -typedef unsigned short uint16_type; -typedef int int32_type; -typedef unsigned int uint32_type; #include "fopen-same.h" diff --git a/bfd/hosts/hp300.h b/bfd/hosts/hp300.h index e9d764a7400..48f1e3da04c 100644 --- a/bfd/hosts/hp300.h +++ b/bfd/hosts/hp300.h @@ -33,20 +33,4 @@ rename(from, to) } #endif -/* EXACT TYPES */ -typedef char int8e_type; -typedef unsigned char uint8e_type; -typedef short int16e_type; -typedef unsigned short uint16e_type; -typedef int int32e_type; -typedef unsigned int uint32e_type; - -/* CORRECT SIZE OR GREATER */ -typedef char int8_type; -typedef unsigned char uint8_type; -typedef short int16_type; -typedef unsigned short uint16_type; -typedef int int32_type; -typedef unsigned int uint32_type; - #include "fopen-same.h" diff --git a/bfd/hosts/hppabsd.h b/bfd/hosts/hppabsd.h index a1ffcbbc799..db35a858e87 100644 --- a/bfd/hosts/hppabsd.h +++ b/bfd/hosts/hppabsd.h @@ -33,21 +33,6 @@ extern void free PARAMS ((PTR)); #define HOST_DATA_START_ADDR UDATASEG #define HOST_STACK_END_ADDR KSTAKSEG -/* EXACT TYPES */ -typedef char int8e_type; -typedef unsigned char uint8e_type; -typedef short int16e_type; -typedef unsigned short uint16e_type; -typedef int int32e_type; -typedef unsigned int uint32e_type; - -/* CORRECT SIZE OR GREATER */ -typedef char int8_type; -typedef unsigned char uint8_type; -typedef short int16_type; -typedef unsigned short uint16_type; -typedef int int32_type; -typedef unsigned int uint32_type; #include "fopen-same.h" #endif /* _HPPABSD_H */ diff --git a/bfd/hosts/hppahpux.h b/bfd/hosts/hppahpux.h index 5f5e7c31a35..e36ed9bf888 100644 --- a/bfd/hosts/hppahpux.h +++ b/bfd/hosts/hppahpux.h @@ -37,22 +37,6 @@ rename(from, to) } #endif -/* EXACT TYPES */ -typedef char int8e_type; -typedef unsigned char uint8e_type; -typedef short int16e_type; -typedef unsigned short uint16e_type; -typedef int int32e_type; -typedef unsigned int uint32e_type; - -/* CORRECT SIZE OR GREATER */ -typedef char int8_type; -typedef unsigned char uint8_type; -typedef short int16_type; -typedef unsigned short uint16_type; -typedef int int32_type; -typedef unsigned int uint32_type; - #include "fopen-same.h" #endif /* _HPPAHPUX_H */ diff --git a/bfd/hosts/i386aix.h b/bfd/hosts/i386aix.h index ce1a8c69dbb..d4d8d8a1e45 100644 --- a/bfd/hosts/i386aix.h +++ b/bfd/hosts/i386aix.h @@ -44,20 +44,4 @@ extern long atol(); extern int fputc(); extern int unlink(); -/* EXACT TYPES */ -typedef char int8e_type; -typedef unsigned char uint8e_type; -typedef short int16e_type; -typedef unsigned short uint16e_type; -typedef int int32e_type; -typedef unsigned int uint32e_type; - -/* CORRECT SIZE OR GREATER */ -typedef char int8_type; -typedef unsigned char uint8_type; -typedef short int16_type; -typedef unsigned short uint16_type; -typedef int int32_type; -typedef unsigned int uint32_type; - #include "fopen-same.h" diff --git a/bfd/hosts/i386isc.h b/bfd/hosts/i386isc.h index 67d74f740c7..239bcd9f132 100644 --- a/bfd/hosts/i386isc.h +++ b/bfd/hosts/i386isc.h @@ -35,22 +35,6 @@ extern PTR EXFUN(realloc, (PTR, unsigned)); extern void EXFUN(free,(PTR)); #endif -/* EXACT TYPES */ -typedef char int8e_type; -typedef unsigned char uint8e_type; -typedef short int16e_type; -typedef unsigned short uint16e_type; -typedef int int32e_type; -typedef unsigned int uint32e_type; - -/* CORRECT SIZE OR GREATER */ -typedef char int8_type; -typedef unsigned char uint8_type; -typedef short int16_type; -typedef unsigned short uint16_type; -typedef int int32_type; -typedef unsigned int uint32_type; - #include "fopen-same.h" #ifndef fileno diff --git a/bfd/hosts/i386mach.h b/bfd/hosts/i386mach.h index 874ead482a7..997aa7c8b36 100644 --- a/bfd/hosts/i386mach.h +++ b/bfd/hosts/i386mach.h @@ -28,19 +28,4 @@ extern void EXFUN(free, (PTR)); #define HOST_TEXT_START_ADDR 0x10000 /* By inspection */ #define HOST_STACK_END_ADDR KERNBASE -/* EXACT TYPES */ -typedef char int8e_type; -typedef unsigned char uint8e_type; -typedef short int16e_type; -typedef unsigned short uint16e_type; -typedef int int32e_type; -typedef unsigned int uint32e_type; - -/* CORRECT SIZE OR GREATER */ -typedef char int8_type; -typedef unsigned char uint8_type; -typedef short int16_type; -typedef unsigned short uint16_type; -typedef int int32_type; -typedef unsigned int uint32_type; #include "fopen-same.h" diff --git a/bfd/hosts/i386v.h b/bfd/hosts/i386v.h index a971991d02b..b81aa5b5ffa 100644 --- a/bfd/hosts/i386v.h +++ b/bfd/hosts/i386v.h @@ -33,20 +33,4 @@ extern PTR EXFUN(realloc, (PTR, unsigned)); extern void EXFUN(free,(PTR)); #endif -/* EXACT TYPES */ -typedef char int8e_type; -typedef unsigned char uint8e_type; -typedef short int16e_type; -typedef unsigned short uint16e_type; -typedef int int32e_type; -typedef unsigned int uint32e_type; - -/* CORRECT SIZE OR GREATER */ -typedef char int8_type; -typedef unsigned char uint8_type; -typedef short int16_type; -typedef unsigned short uint16_type; -typedef int int32_type; -typedef unsigned int uint32_type; - #include "fopen-same.h" diff --git a/bfd/hosts/i386v4.h b/bfd/hosts/i386v4.h index 7b7205926a5..3e835144d5b 100644 --- a/bfd/hosts/i386v4.h +++ b/bfd/hosts/i386v4.h @@ -47,20 +47,4 @@ extern long atol(); extern int fputc(); extern int unlink(); -/* EXACT TYPES */ -typedef char int8e_type; -typedef unsigned char uint8e_type; -typedef short int16e_type; -typedef unsigned short uint16e_type; -typedef int int32e_type; -typedef unsigned int uint32e_type; - -/* CORRECT SIZE OR GREATER */ -typedef char int8_type; -typedef unsigned char uint8_type; -typedef short int16_type; -typedef unsigned short uint16_type; -typedef int int32_type; -typedef unsigned int uint32_type; - #include "fopen-same.h" diff --git a/bfd/hosts/irix3.h b/bfd/hosts/irix3.h index 1ae0a584a1b..caa7901dee8 100644 --- a/bfd/hosts/irix3.h +++ b/bfd/hosts/irix3.h @@ -22,20 +22,4 @@ #define SEEK_CUR 1 #endif -/* EXACT TYPES */ -typedef char int8e_type; -typedef unsigned char uint8e_type; -typedef short int16e_type; -typedef unsigned short uint16e_type; -typedef int int32e_type; -typedef unsigned int uint32e_type; - -/* CORRECT SIZE OR GREATER */ -typedef char int8_type; -typedef unsigned char uint8_type; -typedef short int16_type; -typedef unsigned short uint16_type; -typedef int int32_type; -typedef unsigned int uint32_type; - #include "fopen-same.h" diff --git a/bfd/hosts/irix4.h b/bfd/hosts/irix4.h index c9a15fd118d..5da363652c5 100644 --- a/bfd/hosts/irix4.h +++ b/bfd/hosts/irix4.h @@ -24,20 +24,4 @@ #define SEEK_CUR 1 #endif -/* EXACT TYPES */ -typedef char int8e_type; -typedef unsigned char uint8e_type; -typedef short int16e_type; -typedef unsigned short uint16e_type; -typedef int int32e_type; -typedef unsigned int uint32e_type; - -/* CORRECT SIZE OR GREATER */ -typedef char int8_type; -typedef unsigned char uint8_type; -typedef short int16_type; -typedef unsigned short uint16_type; -typedef int int32_type; -typedef unsigned int uint32_type; - #include "fopen-same.h" diff --git a/bfd/hosts/ncr3000.h b/bfd/hosts/ncr3000.h index 7b7205926a5..3e835144d5b 100644 --- a/bfd/hosts/ncr3000.h +++ b/bfd/hosts/ncr3000.h @@ -47,20 +47,4 @@ extern long atol(); extern int fputc(); extern int unlink(); -/* EXACT TYPES */ -typedef char int8e_type; -typedef unsigned char uint8e_type; -typedef short int16e_type; -typedef unsigned short uint16e_type; -typedef int int32e_type; -typedef unsigned int uint32e_type; - -/* CORRECT SIZE OR GREATER */ -typedef char int8_type; -typedef unsigned char uint8_type; -typedef short int16_type; -typedef unsigned short uint16_type; -typedef int int32_type; -typedef unsigned int uint32_type; - #include "fopen-same.h" diff --git a/bfd/hosts/rs6000.h b/bfd/hosts/rs6000.h index 1d5863b2024..5b206490d90 100644 --- a/bfd/hosts/rs6000.h +++ b/bfd/hosts/rs6000.h @@ -14,20 +14,4 @@ #define SEEK_SET 0 #define SEEK_CUR 1 -/* EXACT TYPES */ -typedef char int8e_type; -typedef unsigned char uint8e_type; -typedef short int16e_type; -typedef unsigned short uint16e_type; -typedef int int32e_type; -typedef unsigned int uint32e_type; - -/* CORRECT SIZE OR GREATER */ -typedef char int8_type; -typedef unsigned char uint8_type; -typedef short int16_type; -typedef unsigned short uint16_type; -typedef int int32_type; -typedef unsigned int uint32_type; - #include "fopen-same.h" diff --git a/bfd/hosts/rtbsd.h b/bfd/hosts/rtbsd.h index 071ee04f989..d4c309003bc 100644 --- a/bfd/hosts/rtbsd.h +++ b/bfd/hosts/rtbsd.h @@ -17,20 +17,4 @@ extern char *malloc(); extern void free(); - -/* EXACT TYPES */ -typedef char int8e_type; -typedef unsigned char uint8e_type; -typedef short int16e_type; -typedef unsigned short uint16e_type; -typedef int int32e_type; -typedef unsigned int uint32e_type; - -/* CORRECT SIZE OR GREATER */ -typedef char int8_type; -typedef unsigned char uint8_type; -typedef short int16_type; -typedef unsigned short uint16_type; -typedef int int32_type; -typedef unsigned int uint32_type; #include "fopen-same.h" diff --git a/bfd/hosts/sparc-ll.h b/bfd/hosts/sparc-ll.h index 1f7c6952a8c..32618f2126c 100644 --- a/bfd/hosts/sparc-ll.h +++ b/bfd/hosts/sparc-ll.h @@ -74,53 +74,37 @@ extern int fputc(); extern int unlink(); -/* EXACT TYPES */ -typedef char int8e_type; -typedef unsigned char uint8e_type; -typedef short int16e_type; -typedef unsigned short uint16e_type; -typedef int int32e_type; -typedef unsigned int uint32e_type; - - #ifdef __GNUC__ typedef unsigned long long uint64e_type; #else typedef struct { - uint32e_type low, high; + unsigned long low, high; } uint64e_type; #endif -/* CORRECT SIZE OR GREATER */ -typedef char int8_type; -typedef unsigned char uint8_type; -typedef short int16_type; -typedef unsigned short uint16_type; -typedef int int32_type; -typedef unsigned int uint32_type; #ifdef __GNUC__ typedef unsigned long long uint64_type; typedef long long int64_type; #else typedef struct { - uint32e_type low, high; + unsigned long low, high; } uint64_type; typedef struct { - uint32e_type low, high; + unsigned long low, high; } int64_type; #endif - #define BYTES_IN_PRINTF_INT 4 #ifndef __GNUC__ -#define uint64_typeLOW(x) (uint32_type)(((x).low)) -#define uint64_typeHIGH(x) (uint32_type)(((x).high)) +#define uint64_typeLOW(x) (unsigned long)(((x).low)) +#define uint64_typeHIGH(x) (unsigned long)(((x).high)) #else -#define uint64_typeLOW(x) (uint32_type)(((x) & 0xffffffff)) -#define uint64_typeHIGH(x) (uint32_type)(((x) >> 32) & 0xffffffff) +#define uint64_typeLOW(x) (unsigned long)(((x) & 0xffffffff)) +#define uint64_typeHIGH(x) (unsigned long)(((x) >> 32) & 0xffffffff) #endif + #include "fopen-same.h" diff --git a/bfd/hosts/std-host.h b/bfd/hosts/std-host.h index 4bb3e15433e..966d0c6d478 100644 --- a/bfd/hosts/std-host.h +++ b/bfd/hosts/std-host.h @@ -85,61 +85,23 @@ extern int fputc(); extern int unlink(); #endif /* STDC_HEADERS */ -/* EXACT TYPES */ -#ifndef int8e_type -#define int8e_type char -#endif -#ifndef uint8e_type -#define uint8e_type unsigned char -#endif -#ifndef int16e_type -#define int16e_type short -#endif -#ifndef uint16e_type -#define uint16e_type unsigned short -#endif -#ifndef int32e_type -#define int32e_type int -#endif -#ifndef uint32e_type -#define uint32e_type unsigned int -#endif #ifndef uint64e_type #ifdef __GNUC__ #define uint64e_type unsigned long long #define int64e_type long long -#define uint64_typeLOW(x) (uint32_type)(((x) & 0xffffffff)) -#define uint64_typeHIGH(x) (uint32_type)(((x) >> 32) & 0xffffffff) +#define uint64_typeLOW(x) (unsigned long)(((x) & 0xffffffff)) +#define uint64_typeHIGH(x) (unsigned long)(((x) >> 32) & 0xffffffff) #else struct uint64e_struct { - uint32e_type low, high; + unsigned long low, high; }; #define uint64e_type struct uint64e_struct #define int64e_type struct uint64e_struct -#define uint64_typeLOW(x) (uint32_type)(((x).low)) -#define uint64_typeHIGH(x) (uint32_type)(((x).high)) +#define uint64_typeLOW(x) (unsigned long)(((x).low)) +#define uint64_typeHIGH(x) (unsigned long)(((x).high)) #endif #endif -/* CORRECT SIZE OR GREATER */ -#ifndef int8_type -#define int8_type int8e_type -#endif -#ifndef uint8_type -#define uint8_type uint8e_type -#endif -#ifndef int16_type -#define int16_type int16e_type -#endif -#ifndef uint16_type -#define uint16_type uint16e_type -#endif -#ifndef int32_type -#define int32_type int32e_type -#endif -#ifndef uint32_type -#define uint32_type uint32e_type -#endif #ifndef int64_type #define int64_type int64e_type #endif diff --git a/bfd/hosts/stratus.h b/bfd/hosts/stratus.h index dbe7a010b93..6d7d50c8437 100644 --- a/bfd/hosts/stratus.h +++ b/bfd/hosts/stratus.h @@ -47,20 +47,4 @@ extern long atol(); extern int fputc(); extern int unlink(); -/* EXACT TYPES */ -typedef char int8e_type; -typedef unsigned char uint8e_type; -typedef short int16e_type; -typedef unsigned short uint16e_type; -typedef int int32e_type; -typedef unsigned int uint32e_type; - -/* CORRECT SIZE OR GREATER */ -typedef char int8_type; -typedef unsigned char uint8_type; -typedef short int16_type; -typedef unsigned short uint16_type; -typedef int int32_type; -typedef unsigned int uint32_type; - #include "fopen-same.h" diff --git a/bfd/hosts/sun3.h b/bfd/hosts/sun3.h index 03008363e05..8d2d1820f3e 100644 --- a/bfd/hosts/sun3.h +++ b/bfd/hosts/sun3.h @@ -60,20 +60,4 @@ extern int fputc(); extern int unlink(); -/* EXACT TYPES */ -typedef char int8e_type; -typedef unsigned char uint8e_type; -typedef short int16e_type; -typedef unsigned short uint16e_type; -typedef int int32e_type; -typedef unsigned int uint32e_type; - -/* CORRECT SIZE OR GREATER */ -typedef char int8_type; -typedef unsigned char uint8_type; -typedef short int16_type; -typedef unsigned short uint16_type; -typedef int int32_type; -typedef unsigned int uint32_type; - #include "fopen-same.h" diff --git a/bfd/hosts/sysv4.h b/bfd/hosts/sysv4.h index 5c9107bbc92..796c21d9be4 100644 --- a/bfd/hosts/sysv4.h +++ b/bfd/hosts/sysv4.h @@ -48,20 +48,4 @@ extern long atol(); extern int fputc(); extern int unlink(); -/* EXACT TYPES */ -typedef char int8e_type; -typedef unsigned char uint8e_type; -typedef short int16e_type; -typedef unsigned short uint16e_type; -typedef int int32e_type; -typedef unsigned int uint32e_type; - -/* CORRECT SIZE OR GREATER */ -typedef char int8_type; -typedef unsigned char uint8_type; -typedef short int16_type; -typedef unsigned short uint16_type; -typedef int int32_type; -typedef unsigned int uint32_type; - #include "fopen-same.h" diff --git a/bfd/hosts/ultra3.h b/bfd/hosts/ultra3.h index 17aad5aba58..7d9935be3b0 100644 --- a/bfd/hosts/ultra3.h +++ b/bfd/hosts/ultra3.h @@ -17,19 +17,4 @@ extern char *malloc(); extern void free(); -/* EXACT TYPES */ -typedef char int8e_type; -typedef unsigned char uint8e_type; -typedef short int16e_type; -typedef unsigned short uint16e_type; -typedef int int32e_type; -typedef unsigned int uint32e_type; - -/* CORRECT SIZE OR GREATER */ -typedef char int8_type; -typedef unsigned char uint8_type; -typedef short int16_type; -typedef unsigned short uint16_type; -typedef int int32_type; -typedef unsigned int uint32_type; #include "fopen-same.h" diff --git a/bfd/hosts/we32k.h b/bfd/hosts/we32k.h index 6de135ebc6e..9a767235e29 100644 --- a/bfd/hosts/we32k.h +++ b/bfd/hosts/we32k.h @@ -24,20 +24,4 @@ extern void EXFUN(bzero,(char *, int)); extern int strtol(); #define NO_STDARG 1 -/* EXACT TYPES */ -typedef char int8e_type; -typedef unsigned char uint8e_type; -typedef short int16e_type; -typedef unsigned short uint16e_type; -typedef int int32e_type; -typedef unsigned int uint32e_type; - -/* CORRECT SIZE OR GREATER */ -typedef char int8_type; -typedef unsigned char uint8_type; -typedef short int16_type; -typedef unsigned short uint16_type; -typedef int int32_type; -typedef unsigned int uint32_type; - #include "fopen-same.h"