aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
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/doc
parentd41b701bc04e035bac4dbc7ca9accd5ac82f5f36 (diff)
downloadgdb-2607059cba7993c0260ef42af5bc74df8f3f3a6e.zip
gdb-2607059cba7993c0260ef42af5bc74df8f3f3a6e.tar.gz
gdb-2607059cba7993c0260ef42af5bc74df8f3f3a6e.tar.bz2
Delete HOST_BYTE_ORDER.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdbint.texinfo5
2 files changed, 5 insertions, 5 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index f11965d..3a8fc74 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,8 @@
+2001-12-01 Andrew Cagney <ac131313@redhat.com>
+
+ * gdbint.texinfo (Host Definition): Delete documentation on
+ HOST_BYTE_ORDER.
+
2001-11-30 Jim Blandy <jimb@redhat.com>
* gdb.texinfo (Overlays): New chapter, documenting GDB's
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo
index 2429c49..491eaae 100644
--- a/gdb/doc/gdbint.texinfo
+++ b/gdb/doc/gdbint.texinfo
@@ -2166,11 +2166,6 @@ tables. For some machines this allows for sharing and quick updates.
@item HAVE_TERMIO
Define this if the host system has @code{termio.h}.
-@item HOST_BYTE_ORDER
-@cindex byte order
-The ordering of bytes in the host. This must be defined to be either
-@code{BIG_ENDIAN} or @code{LITTLE_ENDIAN}.
-
@item INT_MAX
@itemx INT_MIN
@itemx LONG_MAX