* Base use of sco-core on host, not target.
[deliverable/binutils-gdb.git] / bfd / hosts / ultra3.h
index e3df430c978d8fb8aa532639e9c3bf6be4ccdaf3..7d9935be3b068010d0fb6edecd01e8e8ae0d1ea7 100644 (file)
 extern char    *malloc();
 extern void    free();
 
-/* 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.022739 seconds and 4 git commands to generate.