diff options
author | Ian Lance Taylor <ian@airs.com> | 1992-08-28 00:08:13 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1992-08-28 00:08:13 +0000 |
commit | 8e3d11580a618ef60a4581c69d9db5fced2ddd9c (patch) | |
tree | 270b7f72c2a84ec5204bf56d14e2a705dbccc1e0 /bfd/hosts/hppahpux.h | |
parent | de0f17d8901e9fa35a53915983d4c422c52681f0 (diff) | |
download | gdb-8e3d11580a618ef60a4581c69d9db5fced2ddd9c.zip gdb-8e3d11580a618ef60a4581c69d9db5fced2ddd9c.tar.gz gdb-8e3d11580a618ef60a4581c69d9db5fced2ddd9c.tar.bz2 |
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).
Diffstat (limited to 'bfd/hosts/hppahpux.h')
-rw-r--r-- | bfd/hosts/hppahpux.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/hosts/hppahpux.h b/bfd/hosts/hppahpux.h index 08e0814..e52b6ba 100644 --- a/bfd/hosts/hppahpux.h +++ b/bfd/hosts/hppahpux.h @@ -55,6 +55,9 @@ rename(from, to) # endif */ +/* Not sure about this. */ +#define HOST_BIG_ENDIAN_P + /* EXACT TYPES */ typedef char int8e_type; typedef unsigned char uint8e_type; |