diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-08-21 02:54:33 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-08-21 02:54:33 +0000 |
commit | 313dd520485f6e47c7179b9ec3f35a29d4a9904a (patch) | |
tree | 6b83ea136973402a43026367ae0b458c63248b2b /gdb/frame.h | |
parent | baf4ded0d8c849fee7df8048f0bfd06f03da5af6 (diff) | |
download | gdb-313dd520485f6e47c7179b9ec3f35a29d4a9904a.zip gdb-313dd520485f6e47c7179b9ec3f35a29d4a9904a.tar.gz gdb-313dd520485f6e47c7179b9ec3f35a29d4a9904a.tar.bz2 |
* frame.h, symtab.h: Revise comments regarding baseregs.
Diffstat (limited to 'gdb/frame.h')
-rw-r--r-- | gdb/frame.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/frame.h b/gdb/frame.h index 042eb0b..b3ac40e 100644 --- a/gdb/frame.h +++ b/gdb/frame.h @@ -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) \ |