aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts/sysv4.h
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1993-06-18 10:29:14 +0000
committerJohn Gilmore <gnu@cygnus>1993-06-18 10:29:14 +0000
commit933ae8d4fd6c33bf7eb407ed9c03dc103c0c4962 (patch)
tree1649cb490941197269ecad4ea0733b067028879b /bfd/hosts/sysv4.h
parent34dd8ba311511fc58f47fb977d099ad01c71a9e6 (diff)
downloadfsf-binutils-gdb-933ae8d4fd6c33bf7eb407ed9c03dc103c0c4962.zip
fsf-binutils-gdb-933ae8d4fd6c33bf7eb407ed9c03dc103c0c4962.tar.gz
fsf-binutils-gdb-933ae8d4fd6c33bf7eb407ed9c03dc103c0c4962.tar.bz2
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.
Diffstat (limited to 'bfd/hosts/sysv4.h')
-rw-r--r--bfd/hosts/sysv4.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/bfd/hosts/sysv4.h b/bfd/hosts/sysv4.h
index 5c9107b..796c21d 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"