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:
Ian Lance Taylor
1992-08-28 00:08:13 +00:00
parent de0f17d890
commit 8e3d11580a
30 changed files with 112 additions and 46 deletions

View File

@ -28,6 +28,8 @@ extern void EXFUN(free, (PTR));
#define HOST_TEXT_START_ADDR 0x10000 /* By inspection */
#define HOST_STACK_END_ADDR KERNBASE
#undef HOST_BIG_ENDIAN_P
/* EXACT TYPES */
typedef char int8e_type;
typedef unsigned char uint8e_type;