aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2008-09-11 14:27:00 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2008-09-11 14:27:00 +0000
commitf8dcfc0affda04681b337c807c15d3c59badc33c (patch)
tree3404a10b5fe16b848829c5a59bcad4e8c63865a1 /gdb/doc
parentc56324e00105ce40f440d2b8052764b282cd1074 (diff)
downloadgdb-f8dcfc0affda04681b337c807c15d3c59badc33c.zip
gdb-f8dcfc0affda04681b337c807c15d3c59badc33c.tar.gz
gdb-f8dcfc0affda04681b337c807c15d3c59badc33c.tar.bz2
ChangeLog:
* gdbarch.sh (name_of_malloc): Remove. * gdbarch.c, gdbarch.h: Re-generate. * valops.c (value_allocate_space_in_inferior): Do not call gdbarch_name_of_malloc. doc/ChangeLog: * gdbint.texinfo (Target Conditionals): Remove documentation for gdbarch_name_of_malloc.
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 2160574..0ba6456 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
+
+ * gdbint.texinfo (Target Conditionals): Remove documentation
+ for gdbarch_name_of_malloc.
+
2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
* gdb.texinfo (Interrupts): Mention TCP interface for
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo
index fc2f255..e4ae2b1 100644
--- a/gdb/doc/gdbint.texinfo
+++ b/gdb/doc/gdbint.texinfo
@@ -4114,11 +4114,6 @@ not defined, it will default to @code{0xf}.
@item REMOTE_BPT_VECTOR
Defaults to @code{1}.
-@item const char *gdbarch_name_of_malloc (@var{gdbarch})
-@findex gdbarch_name_of_malloc
-A string containing the name of the function to call in order to
-allocate some memory in the inferior. The default value is "malloc".
-
@end ftable
@node Adding a New Target