aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts/we32k.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/we32k.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/we32k.h')
-rw-r--r--bfd/hosts/we32k.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/hosts/we32k.h b/bfd/hosts/we32k.h
index 6de135e..7d69c17 100644
--- a/bfd/hosts/we32k.h
+++ b/bfd/hosts/we32k.h
@@ -24,6 +24,8 @@ extern void EXFUN(bzero,(char *, int));
extern int strtol();
#define NO_STDARG 1
+#define HOST_BIG_ENDIAN_P
+
/* EXACT TYPES */
typedef char int8e_type;
typedef unsigned char uint8e_type;