Get 64bit stuff right.
[deliverable/binutils-gdb.git] / bfd / hosts / amix.h
index d73c10e4422cfe4b181c484d2f80cb0757e44588..848a43f7b0715883b46ea5271056f547cf146a31 100644 (file)
@@ -47,22 +47,4 @@ 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;
-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"
This page took 0.022876 seconds and 4 git commands to generate.