diff options
Diffstat (limited to 'bfd/hosts/alphaosf.h')
-rw-r--r-- | bfd/hosts/alphaosf.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/bfd/hosts/alphaosf.h b/bfd/hosts/alphaosf.h index c3df539..b8060bc 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)) |