diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2008-09-05 11:46:12 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2008-09-05 11:46:12 +0000 |
commit | bb48619059cec6b2fc701e339dc89c77ff3e0095 (patch) | |
tree | 9f0f7c4e99eea28280d2a552dcf3ea218a7e1d49 /gdb/ChangeLog | |
parent | 9dacea90b2a61b4a84d3379ec523e82b5c18f184 (diff) | |
download | gdb-bb48619059cec6b2fc701e339dc89c77ff3e0095.zip gdb-bb48619059cec6b2fc701e339dc89c77ff3e0095.tar.gz gdb-bb48619059cec6b2fc701e339dc89c77ff3e0095.tar.bz2 |
* mips-tdep.c (deprecated_mips_set_processor_regs_hack): Use
regcache architecture instead of current_gdbarch.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a3cc869..314a473 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2008-09-05 Ulrich Weigand <uweigand@de.ibm.com> + * mips-tdep.c (deprecated_mips_set_processor_regs_hack): Use + regcache architecture instead of current_gdbarch. + +2008-09-05 Ulrich Weigand <uweigand@de.ibm.com> + * mep-tdep.c (struct mep_prologue): Add gdbarch member. (check_for_saved): Use it instead of current_gdbarch. (is_arg_spill): Add gdbarch paramter. Use it instead |