2003-01-09 Andrew Cagney <ac131313@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Thu, 9 Jan 2003 18:46:02 +0000 (18:46 +0000)
committerAndrew Cagney <cagney@redhat.com>
Thu, 9 Jan 2003 18:46:02 +0000 (18:46 +0000)
* gdbint.texinfo (Target Architecture Definition): Mention
frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
allocate memory.

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

index 223cd2f8da8a212b57e5efb72c5930f224c6cde5..612af11fa4df90c197969cf32ea4a4e12c4b8545 100644 (file)
@@ -1,3 +1,9 @@
+2003-01-09  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbint.texinfo (Target Architecture Definition): Mention
+       frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
+       allocate memory.
+
 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
 
        * gdb.texinfo (Controlling GDB): Add @kindex for
index 78de35792bd6421d892d27db9acef441d1e6f02b..3b6293f81e3ef3b0e408f201b0489d8904881caf 100644 (file)
@@ -3289,8 +3289,7 @@ startup file (e.g.@: @file{crt0.o}), inside @code{main}, or inside
 See @file{frame.h}.  Determines the address of all registers in the
 current stack frame storing each in @code{frame->saved_regs}.  Space for
 @code{frame->saved_regs} shall be allocated by
-@code{FRAME_INIT_SAVED_REGS} using either
-@code{frame_saved_regs_zalloc} or @code{frame_obstack_alloc}.
+@code{FRAME_INIT_SAVED_REGS} using @code{frame_saved_regs_zalloc}.
 
 @code{FRAME_FIND_SAVED_REGS} and @code{EXTRA_FRAME_INFO} are deprecated.
 
@@ -3395,7 +3394,7 @@ routine that handles inter-space procedure calls on PA-RISC.
 @findex INIT_EXTRA_FRAME_INFO
 If additional information about the frame is required this should be
 stored in @code{frame->extra_info}.  Space for @code{frame->extra_info}
-is allocated using @code{frame_obstack_alloc}.
+is allocated using @code{frame_extra_info_zalloc}.
 
 @item DEPRECATED_INIT_FRAME_PC (@var{fromleaf}, @var{prev})
 @findex DEPRECATED_INIT_FRAME_PC
This page took 0.031898 seconds and 4 git commands to generate.