Fix gas bugs in SH3e handling of fmac instruction.
[deliverable/binutils-gdb.git] / bfd / hosts / irix4.h
index d72065370c4294a129540f0ce2b979094e5ac411..5da363652c533b3c8f5bfb5740ebb6bf64ca8fad 100644 (file)
@@ -8,6 +8,8 @@
 #include <sys/stat.h>
 #include <malloc.h>
 
+#define HOST_IRIX4
+
 #if 0
 #include <ctype.h>
 #include <sys/file.h>
 #define SEEK_CUR 1
 #endif
 
-#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-same.h"
This page took 0.023529 seconds and 4 git commands to generate.