diff options
author | Mark Kettenis <kettenis@gnu.org> | 2001-09-08 10:53:45 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2001-09-08 10:53:45 +0000 |
commit | a9dc4918b3ba7259f0d8edfd55bc3847350117b1 (patch) | |
tree | 73a33e9afeaefb16185863b10f8037acd2b48c02 /gdb | |
parent | df5fdb3df43451d33bdd6d4613b856104b67f598 (diff) | |
download | gdb-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/ChangeLog | 3 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 5 |
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. |