mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
2003-04-08 Andrew Cagney <cagney@redhat.com>
* gdbint.texinfo (Target Architecture Definition): Delete references to EXTRA_FRAME_INFO.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2003-04-08 Andrew Cagney <cagney@redhat.com>
|
||||||
|
|
||||||
|
* gdbint.texinfo (Target Architecture Definition): Delete
|
||||||
|
references to EXTRA_FRAME_INFO.
|
||||||
|
|
||||||
2003-04-08 Andrew Cagney <cagney@redhat.com>
|
2003-04-08 Andrew Cagney <cagney@redhat.com>
|
||||||
|
|
||||||
* gdbint.texinfo (Target Architecture Definition): Delete
|
* gdbint.texinfo (Target Architecture Definition): Delete
|
||||||
|
@ -3273,7 +3273,7 @@ current stack frame storing each in @code{frame->saved_regs}. Space for
|
|||||||
@code{DEPRECATED_FRAME_INIT_SAVED_REGS} using
|
@code{DEPRECATED_FRAME_INIT_SAVED_REGS} using
|
||||||
@code{frame_saved_regs_zalloc}.
|
@code{frame_saved_regs_zalloc}.
|
||||||
|
|
||||||
@code{FRAME_FIND_SAVED_REGS} and @code{EXTRA_FRAME_INFO} are deprecated.
|
@code{FRAME_FIND_SAVED_REGS} is deprecated.
|
||||||
|
|
||||||
@item FRAME_NUM_ARGS (@var{fi})
|
@item FRAME_NUM_ARGS (@var{fi})
|
||||||
@findex FRAME_NUM_ARGS
|
@findex FRAME_NUM_ARGS
|
||||||
@ -4138,8 +4138,6 @@ Add the macro @code{GDB_MULTI_ARCH}, defined as 0 (zero), to the file@*
|
|||||||
Some mechanisms do not work with multi-arch. They include:
|
Some mechanisms do not work with multi-arch. They include:
|
||||||
|
|
||||||
@table @code
|
@table @code
|
||||||
@item EXTRA_FRAME_INFO
|
|
||||||
Delete.
|
|
||||||
@item FRAME_FIND_SAVED_REGS
|
@item FRAME_FIND_SAVED_REGS
|
||||||
Replaced with @code{DEPRECATED_FRAME_INIT_SAVED_REGS}
|
Replaced with @code{DEPRECATED_FRAME_INIT_SAVED_REGS}
|
||||||
@end table
|
@end table
|
||||||
|
Reference in New Issue
Block a user