GNU Binutils with patches for OS216
Révision | 372613e32ffa3a4de7cb5c8cdd0f023860f679a4 (tree) |
---|---|
l'heure | 2003-01-10 03:46:02 |
Auteur | Andrew Cagney <cagney@redh...> |
Commiter | Andrew Cagney |
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.
@@ -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 | + | |
1 | 7 | 2003-01-04 Daniel Jacobowitz <drow@mvista.com> |
2 | 8 | |
3 | 9 | * gdb.texinfo (Controlling GDB): Add @kindex for |
@@ -3289,8 +3289,7 @@ startup file (e.g.@: @file{crt0.o}), inside @code{main}, or inside | ||
3289 | 3289 | See @file{frame.h}. Determines the address of all registers in the |
3290 | 3290 | current stack frame storing each in @code{frame->saved_regs}. Space for |
3291 | 3291 | @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}. | |
3294 | 3293 | |
3295 | 3294 | @code{FRAME_FIND_SAVED_REGS} and @code{EXTRA_FRAME_INFO} are deprecated. |
3296 | 3295 |
@@ -3395,7 +3394,7 @@ routine that handles inter-space procedure calls on PA-RISC. | ||
3395 | 3394 | @findex INIT_EXTRA_FRAME_INFO |
3396 | 3395 | If additional information about the frame is required this should be |
3397 | 3396 | 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}. | |
3399 | 3398 | |
3400 | 3399 | @item DEPRECATED_INIT_FRAME_PC (@var{fromleaf}, @var{prev}) |
3401 | 3400 | @findex DEPRECATED_INIT_FRAME_PC |