mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
* frame.h, symtab.h: Revise comments regarding baseregs.
This commit is contained in:
@@ -160,6 +160,10 @@ struct frame_saved_regs
|
||||
on a machine for which gdb has not been configured to support such
|
||||
access, report the failure to support this access mode. */
|
||||
|
||||
/* FIXME: Code using this should be using get_saved_register, and a
|
||||
basereg number should just be an ordinary register number. There
|
||||
is no reason for this to be machine-specific. */
|
||||
|
||||
#if !defined (FRAME_GET_BASEREG_VALUE)
|
||||
|
||||
#define FRAME_GET_BASEREG_VALUE(frame, regno) \
|
||||
|
||||
Reference in New Issue
Block a user