aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2001-09-08 10:53:45 +0000
committerMark Kettenis <kettenis@gnu.org>2001-09-08 10:53:45 +0000
commita9dc4918b3ba7259f0d8edfd55bc3847350117b1 (patch)
tree73a33e9afeaefb16185863b10f8037acd2b48c02 /gdb
parentdf5fdb3df43451d33bdd6d4613b856104b67f598 (diff)
downloadgdb-a9dc4918b3ba7259f0d8edfd55bc3847350117b1.zip
gdb-a9dc4918b3ba7259f0d8edfd55bc3847350117b1.tar.gz
gdb-a9dc4918b3ba7259f0d8edfd55bc3847350117b1.tar.bz2
* gdbint.texinfo (Host Definition): Remove description of
MEM_FNS_DECLARED.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/ChangeLog3
-rw-r--r--gdb/doc/gdbint.texinfo5
2 files changed, 3 insertions, 5 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index bb6e2ec..108a156 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,5 +1,8 @@
2001-09-08 Mark Kettenis <kettenis@gnu.org>
+ * gdbint.texinfo (Host Definition): Remove description of
+ MEM_FNS_DECLARED.
+
* gdbint.texinfo (Host Definition): Remove description of R_OK.
* gdbint.texinfo (Host Definition): Remove description of
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo
index 6bd9f5a..46778f8 100644
--- a/gdb/doc/gdbint.texinfo
+++ b/gdb/doc/gdbint.texinfo
@@ -2117,11 +2117,6 @@ they are used is indicated) are:
The default name of @value{GDBN}'s initialization file (normally
@file{.gdbinit}).
-@item MEM_FNS_DECLARED
-Your host config file defines this if it includes declarations of
-@code{memcpy} and @code{memset}. Define this to avoid conflicts between
-the native include files and the declarations in @file{defs.h}.
-
@item NO_STD_REGS
This macro is deprecated.