aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-12-02 02:57:18 +0000
committerAndrew Cagney <cagney@redhat.com>2001-12-02 02:57:18 +0000
commit2607059cba7993c0260ef42af5bc74df8f3f3a6e (patch)
treecb2846f63bf2a9aaf6d569882b6add480888530b /gdb/defs.h
parentd41b701bc04e035bac4dbc7ca9accd5ac82f5f36 (diff)
downloadfsf-binutils-gdb-2607059cba7993c0260ef42af5bc74df8f3f3a6e.zip
fsf-binutils-gdb-2607059cba7993c0260ef42af5bc74df8f3f3a6e.tar.gz
fsf-binutils-gdb-2607059cba7993c0260ef42af5bc74df8f3f3a6e.tar.bz2
Delete HOST_BYTE_ORDER.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index e338f3c..d75ecd3 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -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>