Eliminate "int8_type", "int16_type", "int32_type", and their
variants from the BFD universe. Leave the 64-bit types for now, since they are in flux. * hosts/*.h: Remove declarations of all these types.
This commit is contained in:
parent
34dd8ba311
commit
933ae8d4fd
28 changed files with 13 additions and 485 deletions
|
@ -12,33 +12,10 @@
|
|||
/* Make the basic types 64-bit quantities on the host */
|
||||
#define HOST_64_BIT long
|
||||
|
||||
|
||||
/* 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;
|
||||
|
||||
|
||||
|
||||
typedef unsigned long uint64e_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;
|
||||
|
||||
|
||||
typedef unsigned long uint64_type;
|
||||
typedef long int64_type;
|
||||
|
||||
|
||||
#define BYTES_IN_PRINTF_INT 4
|
||||
|
||||
#define uint64_typeLOW(x) (uint32_type)(((x) & 0xffffffff))
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -23,20 +23,4 @@ extern PTR EXFUN(realloc, (PTR, unsigned));
|
|||
extern void EXFUN( free,(PTR));
|
||||
#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"
|
||||
|
|
|
@ -34,20 +34,4 @@ extern PTR EXFUN(realloc, (PTR, unsigned));
|
|||
extern void EXFUN( free,(PTR));
|
||||
#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"
|
||||
|
|
|
@ -77,20 +77,4 @@ 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"
|
||||
|
|
|
@ -12,20 +12,4 @@
|
|||
#define SEEK_SET 0
|
||||
#define SEEK_CUR 1
|
||||
|
||||
/* 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"
|
||||
|
|
|
@ -15,20 +15,4 @@
|
|||
|
||||
#define NO_FCNTL
|
||||
|
||||
/* 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"
|
||||
|
|
|
@ -21,19 +21,5 @@ extern void EXFUN(exit,(int));
|
|||
extern void EXFUN(bzero,(char *, int));
|
||||
|
||||
extern int strtol();
|
||||
/* 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"
|
||||
|
|
|
@ -33,20 +33,4 @@ rename(from, to)
|
|||
}
|
||||
#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"
|
||||
|
|
|
@ -33,21 +33,6 @@ extern void free PARAMS ((PTR));
|
|||
#define HOST_DATA_START_ADDR UDATASEG
|
||||
#define HOST_STACK_END_ADDR KSTAKSEG
|
||||
|
||||
/* 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"
|
||||
|
||||
#endif /* _HPPABSD_H */
|
||||
|
|
|
@ -37,22 +37,6 @@ rename(from, to)
|
|||
}
|
||||
#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"
|
||||
|
||||
#endif /* _HPPAHPUX_H */
|
||||
|
|
|
@ -44,20 +44,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"
|
||||
|
|
|
@ -35,22 +35,6 @@ extern PTR EXFUN(realloc, (PTR, unsigned));
|
|||
extern void EXFUN(free,(PTR));
|
||||
#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"
|
||||
|
||||
#ifndef fileno
|
||||
|
|
|
@ -28,19 +28,4 @@ extern void EXFUN(free, (PTR));
|
|||
#define HOST_TEXT_START_ADDR 0x10000 /* By inspection */
|
||||
#define HOST_STACK_END_ADDR KERNBASE
|
||||
|
||||
/* 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"
|
||||
|
|
|
@ -33,20 +33,4 @@ extern PTR EXFUN(realloc, (PTR, unsigned));
|
|||
extern void EXFUN(free,(PTR));
|
||||
#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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -22,20 +22,4 @@
|
|||
#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"
|
||||
|
|
|
@ -24,20 +24,4 @@
|
|||
#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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -14,20 +14,4 @@
|
|||
#define SEEK_SET 0
|
||||
#define SEEK_CUR 1
|
||||
|
||||
/* 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"
|
||||
|
|
|
@ -17,20 +17,4 @@
|
|||
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"
|
||||
|
|
|
@ -74,53 +74,37 @@ 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;
|
||||
|
||||
|
||||
#ifdef __GNUC__
|
||||
typedef unsigned long long uint64e_type;
|
||||
|
||||
#else
|
||||
typedef struct {
|
||||
uint32e_type low, high;
|
||||
unsigned long low, high;
|
||||
} uint64e_type;
|
||||
|
||||
#endif
|
||||
/* 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;
|
||||
|
||||
#ifdef __GNUC__
|
||||
typedef unsigned long long uint64_type;
|
||||
typedef long long int64_type;
|
||||
#else
|
||||
typedef struct {
|
||||
uint32e_type low, high;
|
||||
unsigned long low, high;
|
||||
} uint64_type;
|
||||
|
||||
typedef struct {
|
||||
uint32e_type low, high;
|
||||
unsigned long low, high;
|
||||
} int64_type;
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
#define BYTES_IN_PRINTF_INT 4
|
||||
#ifndef __GNUC__
|
||||
#define uint64_typeLOW(x) (uint32_type)(((x).low))
|
||||
#define uint64_typeHIGH(x) (uint32_type)(((x).high))
|
||||
#define uint64_typeLOW(x) (unsigned long)(((x).low))
|
||||
#define uint64_typeHIGH(x) (unsigned long)(((x).high))
|
||||
#else
|
||||
#define uint64_typeLOW(x) (uint32_type)(((x) & 0xffffffff))
|
||||
#define uint64_typeHIGH(x) (uint32_type)(((x) >> 32) & 0xffffffff)
|
||||
#define uint64_typeLOW(x) (unsigned long)(((x) & 0xffffffff))
|
||||
#define uint64_typeHIGH(x) (unsigned long)(((x) >> 32) & 0xffffffff)
|
||||
#endif
|
||||
|
||||
#include "fopen-same.h"
|
||||
|
|
|
@ -85,61 +85,23 @@ extern int fputc();
|
|||
extern int unlink();
|
||||
#endif /* STDC_HEADERS */
|
||||
|
||||
/* EXACT TYPES */
|
||||
#ifndef int8e_type
|
||||
#define int8e_type char
|
||||
#endif
|
||||
#ifndef uint8e_type
|
||||
#define uint8e_type unsigned char
|
||||
#endif
|
||||
#ifndef int16e_type
|
||||
#define int16e_type short
|
||||
#endif
|
||||
#ifndef uint16e_type
|
||||
#define uint16e_type unsigned short
|
||||
#endif
|
||||
#ifndef int32e_type
|
||||
#define int32e_type int
|
||||
#endif
|
||||
#ifndef uint32e_type
|
||||
#define uint32e_type unsigned int
|
||||
#endif
|
||||
#ifndef uint64e_type
|
||||
#ifdef __GNUC__
|
||||
#define uint64e_type unsigned long long
|
||||
#define int64e_type long long
|
||||
#define uint64_typeLOW(x) (uint32_type)(((x) & 0xffffffff))
|
||||
#define uint64_typeHIGH(x) (uint32_type)(((x) >> 32) & 0xffffffff)
|
||||
#define uint64_typeLOW(x) (unsigned long)(((x) & 0xffffffff))
|
||||
#define uint64_typeHIGH(x) (unsigned long)(((x) >> 32) & 0xffffffff)
|
||||
#else
|
||||
struct uint64e_struct {
|
||||
uint32e_type low, high;
|
||||
unsigned long low, high;
|
||||
};
|
||||
#define uint64e_type struct uint64e_struct
|
||||
#define int64e_type struct uint64e_struct
|
||||
#define uint64_typeLOW(x) (uint32_type)(((x).low))
|
||||
#define uint64_typeHIGH(x) (uint32_type)(((x).high))
|
||||
#define uint64_typeLOW(x) (unsigned long)(((x).low))
|
||||
#define uint64_typeHIGH(x) (unsigned long)(((x).high))
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* CORRECT SIZE OR GREATER */
|
||||
#ifndef int8_type
|
||||
#define int8_type int8e_type
|
||||
#endif
|
||||
#ifndef uint8_type
|
||||
#define uint8_type uint8e_type
|
||||
#endif
|
||||
#ifndef int16_type
|
||||
#define int16_type int16e_type
|
||||
#endif
|
||||
#ifndef uint16_type
|
||||
#define uint16_type uint16e_type
|
||||
#endif
|
||||
#ifndef int32_type
|
||||
#define int32_type int32e_type
|
||||
#endif
|
||||
#ifndef uint32_type
|
||||
#define uint32_type uint32e_type
|
||||
#endif
|
||||
#ifndef int64_type
|
||||
#define int64_type int64e_type
|
||||
#endif
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -60,20 +60,4 @@ 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"
|
||||
|
|
|
@ -48,20 +48,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"
|
||||
|
|
|
@ -17,19 +17,4 @@
|
|||
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"
|
||||
|
|
|
@ -24,20 +24,4 @@ extern void EXFUN(bzero,(char *, int));
|
|||
extern int strtol();
|
||||
#define NO_STDARG 1
|
||||
|
||||
/* 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"
|
||||
|
|
Loading…
Reference in a new issue