diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-12-02 02:57:18 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-12-02 02:57:18 +0000 |
commit | 2607059cba7993c0260ef42af5bc74df8f3f3a6e (patch) | |
tree | cb2846f63bf2a9aaf6d569882b6add480888530b /gdb/defs.h | |
parent | d41b701bc04e035bac4dbc7ca9accd5ac82f5f36 (diff) | |
download | gdb-2607059cba7993c0260ef42af5bc74df8f3f3a6e.zip gdb-2607059cba7993c0260ef42af5bc74df8f3f3a6e.tar.gz gdb-2607059cba7993c0260ef42af5bc74df8f3f3a6e.tar.bz2 |
Delete HOST_BYTE_ORDER.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r-- | gdb/defs.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1237,7 +1237,8 @@ extern void *alloca (); #endif /* Not GNU C */ #endif /* alloca not defined */ -/* HOST_BYTE_ORDER must be defined to one of these. */ +/* Get a definition of BIG_ENDIAN and LITTLE_ENDIAN. */ +/* FIXME: cagney/2001-10-31: GDB should just use BFD's definitions. */ #ifdef HAVE_ENDIAN_H #include <endian.h> |