Fix gas bugs in SH3e handling of fmac instruction.
[deliverable/binutils-gdb.git] / bfd / hosts / irix4.h
index 1ae0a584a1b0f41ae5edc4dfcc5505654d076f7b..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
 
-/* 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.022872 seconds and 4 git commands to generate.