aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts/go32.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1992-08-28 00:08:13 +0000
committerIan Lance Taylor <ian@airs.com>1992-08-28 00:08:13 +0000
commit8e3d11580a618ef60a4581c69d9db5fced2ddd9c (patch)
tree270b7f72c2a84ec5204bf56d14e2a705dbccc1e0 /bfd/hosts/go32.h
parentde0f17d8901e9fa35a53915983d4c422c52681f0 (diff)
downloadgdb-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/go32.h')
-rw-r--r--bfd/hosts/go32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/hosts/go32.h b/bfd/hosts/go32.h
index 92d80bc..43483f9 100644
--- a/bfd/hosts/go32.h
+++ b/bfd/hosts/go32.h
@@ -16,6 +16,8 @@
#define POSIX_UTIME
#define NO_FCNTL
+#undef HOST_BIG_ENDIAN_P
+
/* EXACT TYPES */
typedef char int8e_type;
typedef unsigned char uint8e_type;