diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-01-17 16:40:42 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-01-17 16:40:42 +0000 |
commit | b6cb9035d037b0a09a75844dd4a37d5fa0a16359 (patch) | |
tree | 42e36eb8e82f468093589ddd69bfcff6cd2143f7 /gdb/ChangeLog | |
parent | 6d82d43b23657332d7a0e83cb363bec9d8a59792 (diff) | |
download | gdb-b6cb9035d037b0a09a75844dd4a37d5fa0a16359.zip gdb-b6cb9035d037b0a09a75844dd4a37d5fa0a16359.tar.gz gdb-b6cb9035d037b0a09a75844dd4a37d5fa0a16359.tar.bz2 |
2004-01-17 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (mips_write_pc): New function.
(mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
(mips_read_pc): Use mips_regnum instead of PC_REGNUM.
(mips_find_saved_regs, mips_software_single_step: Ditto.
(mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
mips_init_extra_frame_info, mips_pop_frame): Ditto.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 00ca878..32feed5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,14 @@ 2004-01-17 Andrew Cagney <cagney@redhat.com> + * mips-tdep.c (mips_write_pc): New function. + (mips_gdbarch_init): Set "write_pc" to "mips_write_pc". + (mips_read_pc): Use mips_regnum instead of PC_REGNUM. + (mips_find_saved_regs, mips_software_single_step: Ditto. + (mips_frame_saved_pc, mips_frame_saved_pc): Ditto. + mips_init_extra_frame_info, mips_pop_frame): Ditto. + +2004-01-17 Andrew Cagney <cagney@redhat.com> + * mips-tdep.c: Re-indent. Group functions by ABI. 2004-01-17 Andrew Cagney <cagney@redhat.com> |