From 933ae8d4fd6c33bf7eb407ed9c03dc103c0c4962 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Fri, 18 Jun 1993 10:29:14 +0000 Subject: 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. --- bfd/hosts/hppabsd.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'bfd/hosts/hppabsd.h') diff --git a/bfd/hosts/hppabsd.h b/bfd/hosts/hppabsd.h index a1ffcbb..db35a85 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 */ -- cgit v1.1