aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-01-20 04:23:29 +0000
committerAndrew Cagney <cagney@redhat.com>2002-01-20 04:23:29 +0000
commit826000345c004578cedf2e4bcd5cf6f0e84185bf (patch)
treef3e066b518600114190217f4be9ac4b91bf12d77 /gdb/doc
parent1636f0bbebdb8486aee30722a9f9a2d15aa9716e (diff)
downloadfsf-binutils-gdb-826000345c004578cedf2e4bcd5cf6f0e84185bf.zip
fsf-binutils-gdb-826000345c004578cedf2e4bcd5cf6f0e84185bf.tar.gz
fsf-binutils-gdb-826000345c004578cedf2e4bcd5cf6f0e84185bf.tar.bz2
Eliminate MALLOC_INCOMPATIBLE.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdbint.texinfo4
2 files changed, 5 insertions, 4 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 4bc20b4..71b9ba8 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,8 @@
+2002-01-19 Andrew Cagney <ac131313@redhat.com>
+
+ * gdbint.texinfo (Host Definition): Remove references to
+ MALLOC_INCOMPATIBLE.
+
2002-01-17 Andrew Cagney <ac131313@redhat.com>
* gdbint.texinfo (Host Definition): Remove references to XDEPFILES
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo
index d75375d..51e21db 100644
--- a/gdb/doc/gdbint.texinfo
+++ b/gdb/doc/gdbint.texinfo
@@ -2206,10 +2206,6 @@ This macro is used as the argument to @code{lseek} (or, most commonly,
@code{bfd_seek}). FIXME, should be replaced by SEEK_SET instead,
which is the POSIX equivalent.
-@item MALLOC_INCOMPATIBLE
-Define this if the system's prototype for @code{malloc} differs from the
-@sc{ansi} definition.
-
@item MMAP_BASE_ADDRESS
When using HAVE_MMAP, the first mapping should go at this address.