From 8e3d11580a618ef60a4581c69d9db5fced2ddd9c Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 28 Aug 1992 00:08:13 +0000 Subject: 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). --- bfd/hosts/apollo68.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bfd/hosts/apollo68.h') diff --git a/bfd/hosts/apollo68.h b/bfd/hosts/apollo68.h index ce68846..569cde4 100644 --- a/bfd/hosts/apollo68.h +++ b/bfd/hosts/apollo68.h @@ -27,6 +27,8 @@ extern PTR EXFUN(realloc, (PTR, unsigned)); extern void EXFUN( free,(PTR)); #endif +#define HOST_BIG_ENDIAN_P + /* EXACT TYPES */ typedef char int8e_type; typedef unsigned char uint8e_type; -- cgit v1.1