• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Révision372613e32ffa3a4de7cb5c8cdd0f023860f679a4 (tree)
l'heure2003-01-10 03:46:02
AuteurAndrew Cagney <cagney@redh...>
CommiterAndrew Cagney

Message de Log

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.

Change Summary

Modification

--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,9 @@
1+2003-01-09 Andrew Cagney <ac131313@redhat.com>
2+
3+ * gdbint.texinfo (Target Architecture Definition): Mention
4+ frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
5+ allocate memory.
6+
17 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
28
39 * gdb.texinfo (Controlling GDB): Add @kindex for
--- a/gdb/doc/gdbint.texinfo
+++ b/gdb/doc/gdbint.texinfo
@@ -3289,8 +3289,7 @@ startup file (e.g.@: @file{crt0.o}), inside @code{main}, or inside
32893289 See @file{frame.h}. Determines the address of all registers in the
32903290 current stack frame storing each in @code{frame->saved_regs}. Space for
32913291 @code{frame->saved_regs} shall be allocated by
3292-@code{FRAME_INIT_SAVED_REGS} using either
3293-@code{frame_saved_regs_zalloc} or @code{frame_obstack_alloc}.
3292+@code{FRAME_INIT_SAVED_REGS} using @code{frame_saved_regs_zalloc}.
32943293
32953294 @code{FRAME_FIND_SAVED_REGS} and @code{EXTRA_FRAME_INFO} are deprecated.
32963295
@@ -3395,7 +3394,7 @@ routine that handles inter-space procedure calls on PA-RISC.
33953394 @findex INIT_EXTRA_FRAME_INFO
33963395 If additional information about the frame is required this should be
33973396 stored in @code{frame->extra_info}. Space for @code{frame->extra_info}
3398-is allocated using @code{frame_obstack_alloc}.
3397+is allocated using @code{frame_extra_info_zalloc}.
33993398
34003399 @item DEPRECATED_INIT_FRAME_PC (@var{fromleaf}, @var{prev})
34013400 @findex DEPRECATED_INIT_FRAME_PC