Get 64bit stuff right.
[deliverable/binutils-gdb.git] / bfd / hosts / we32k.h
index 7d69c17d7f240acd22cb49bdea088f4a737765fc..9a767235e297a85aa00252ca195f599a493aca36 100644 (file)
@@ -24,22 +24,4 @@ extern void EXFUN(bzero,(char *, int));
 extern int strtol();
 #define NO_STDARG 1
  
-#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.024426 seconds and 4 git commands to generate.