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/i386v.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/i386v.h')
-rw-r--r-- | bfd/hosts/i386v.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/hosts/i386v.h b/bfd/hosts/i386v.h index 328703b..c2a96c1 100644 --- a/bfd/hosts/i386v.h +++ b/bfd/hosts/i386v.h @@ -50,6 +50,8 @@ # endif */ +#undef HOST_BIG_ENDIAN_P + #ifndef DONTDECLARE_MALLOC extern PTR EXFUN(malloc,(unsigned)); extern PTR EXFUN(realloc, (PTR, unsigned)); |