diff options
author | Steve Chamberlain <sac@cygnus> | 1993-07-02 21:25:04 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1993-07-02 21:25:04 +0000 |
commit | 85e07872b61df1351ceb99e5f32d2fbe022c9eb4 (patch) | |
tree | 06db410ae871daad78056ae5186f368877b1f002 /gdb/ChangeLog | |
parent | d8a80e6ddc7297d1fba25a25c35657822b161879 (diff) | |
download | gdb-85e07872b61df1351ceb99e5f32d2fbe022c9eb4.zip gdb-85e07872b61df1351ceb99e5f32d2fbe022c9eb4.tar.gz gdb-85e07872b61df1351ceb99e5f32d2fbe022c9eb4.tar.bz2 |
New target macros for getting at the pc, sp and fp.
* infcmd.c (read_pc, write_pc): Modify to use new macros.
(read_sp, write_sp, read_fp, write_fp): New functions.
* blockframe.c (reinit_frame_cache, get_prev_frame_info): Use new functions.
* breakpoint.c (bpstat_alloc): ditto.
* infrun.c (wait_for_inferior): ditto.
* stack.c (print_frame_info): ditto.
* valops (call_function_by_hand): ditto.
* corelow.c (core_open): ditto.
* h8500-tdep.c: (target_read_sp, target_write_sp, target_read_pc,
target_write_pc, target_read_fp, target_write_fp): New functions.
* inferior.h (read_sp, write_sp, read_fp, write_fp): Prototypes.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b8d2928..a5f8bbf 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,21 @@ +Fri Jul 2 13:33:12 1993 Steve Chamberlain (sac@phydeaux.cygnus.com) + + New target macros for getting at the pc, sp and fp. + * infcmd.c (read_pc, write_pc): Modify to use new macros. + (read_sp, write_sp, read_fp, write_fp): New functions. + * blockframe.c (reinit_frame_cache, get_prev_frame_info): Use new functions. + * breakpoint.c (bpstat_alloc): ditto. + * infrun.c (wait_for_inferior): ditto. + * stack.c (print_frame_info): ditto. + * valops (call_function_by_hand): ditto. + * corelow.c (core_open): ditto. + * h8500-tdep.c: (target_read_sp, target_write_sp, target_read_pc, + target_write_pc, target_read_fp, target_write_fp): New functions. + * inferior.h (read_sp, write_sp, read_fp, write_fp): Prototypes. + + * config/alpha/xm-alpha.h: Add MAKEVA_END. + * config/h8500/tm-h8500.h: Define new macros. + Fri Jul 2 13:51:04 1993 Ian Lance Taylor (ian@cygnus.com) * configure.in (mipos-*-riscos*): New host and target; use riscos. |