]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gdbint.texinfo (Target Conditionals): Document the new
authorJoel Brobecker <brobecker@gnat.com>
Thu, 19 Sep 2002 13:14:46 +0000 (13:14 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Thu, 19 Sep 2002 13:14:46 +0000 (13:14 +0000)
        NAME_OF_MALLOC macro.

gdb/doc/ChangeLog
gdb/doc/gdbint.texinfo

index 02a80cfe097df45007c94d15ef7a234d06e4256e..2047963f1d7b54c5a9647cd620003f2ab41a39c3 100644 (file)
@@ -1,3 +1,8 @@
+2002-09-19  Joel Brobecker  <brobecker@gnat.com>
+
+       * gdbint.texinfo (Target Conditionals): Document the new
+       NAME_OF_MALLOC macro.
+
 2002-09-05  Andrew Cagney  <ac131313@redhat.com>
 
        * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
index a5f4de503ca62858d630a3448ca87611a2394e94..b2e81a52b8f19e85d819c1bc2cb0a48ed5613e97 100644 (file)
@@ -3862,6 +3862,12 @@ not defined, it will default to @code{0xf}.
 
 @item REMOTE_BPT_VECTOR
 Defaults to @code{1}.
+
+@item NAME_OF_MALLOC
+@findex 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
 
 @section Adding a New Target