From f8dcfc0affda04681b337c807c15d3c59badc33c Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Thu, 11 Sep 2008 14:27:00 +0000 Subject: 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. --- gdb/doc/gdbint.texinfo | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gdb/doc/gdbint.texinfo') 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 -- cgit v1.1