forked from Imagelibrary/binutils-gdb
Thu Aug 27 17:01:04 1992 Ian Lance Taylor (ian@cygnus.com)
* targets.c, config/i960-bout.mt, hosts/*: added HOST_BIG_ENDIAN_DEFAULT_VECTOR and HOST_LITTLE_ENDIAN_DEFAULT_VECTOR because bout archive format depends on the endianness of the host. Added #define HOST_BIG_ENDIAN_P and #undef HOST_BIG_ENDIAN_P to a number of configuration files in hosts/ (it was already in some).
This commit is contained in:
@@ -87,6 +87,8 @@ extern int fputc();
|
||||
extern int unlink();
|
||||
#endif /* __STDC__ */
|
||||
|
||||
#define HOST_BIG_ENDIAN_P
|
||||
|
||||
/* EXACT TYPES */
|
||||
typedef char int8e_type;
|
||||
typedef unsigned char uint8e_type;
|
||||
|
||||
Reference in New Issue
Block a user