* Base use of sco-core on host, not target.
[deliverable/binutils-gdb.git] / bfd / hosts / dose.h
index 1dff45a48a526b4dfa2f7ebcc4c0657a8e47ea38..5b2f24f02da8c7af2acc539e1ae2049e26d0e8ff 100644 (file)
 #define SEEK_SET 0
 #define SEEK_CUR 1
 
-#undef 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-bin.h"
This page took 0.023435 seconds and 4 git commands to generate.