Get 64bit stuff right.
[deliverable/binutils-gdb.git] / bfd / hosts / amix.h
index ed0a1db741813607ca745b1bf28a4a95ecfe2698..848a43f7b0715883b46ea5271056f547cf146a31 100644 (file)
@@ -47,20 +47,4 @@ extern long atol();
 extern int fputc();
 extern int unlink();
 
-/* 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.023379 seconds and 4 git commands to generate.