diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2008-09-05 11:44:24 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2008-09-05 11:44:24 +0000 |
commit | 6ba384252317623eac67489bfb810b158615fe5b (patch) | |
tree | 435b5a5f962845b90813919c57f47d2609ce759f /gdb/ChangeLog | |
parent | 35488783c1f8b2732b9f8c1583d3056299eb6190 (diff) | |
download | gdb-6ba384252317623eac67489bfb810b158615fe5b.zip gdb-6ba384252317623eac67489bfb810b158615fe5b.tar.gz gdb-6ba384252317623eac67489bfb810b158615fe5b.tar.bz2 |
* m68k-tdep.h (m68kbsd_fpreg_offset): Add gdbarch parameter.
* m68kbsd-tdep.c (m68kbsd_fpreg_offset): Add gdbarch paramter.
Use it instead of current_gdbarch.
(m68kbsd_supply_fpregset): Update call.
* m68kbsd-nat.c (m68kbsd_supply_fpregset): Likewise.
(m68kbsd_collect_fpregset): Likewise.
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 8bf2f07..de24f85 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,14 @@ 2008-09-05 Ulrich Weigand <uweigand@de.ibm.com> + * m68k-tdep.h (m68kbsd_fpreg_offset): Add gdbarch parameter. + * m68kbsd-tdep.c (m68kbsd_fpreg_offset): Add gdbarch paramter. + Use it instead of current_gdbarch. + (m68kbsd_supply_fpregset): Update call. + * m68kbsd-nat.c (m68kbsd_supply_fpregset): Likewise. + (m68kbsd_collect_fpregset): Likewise. + +2008-09-05 Ulrich Weigand <uweigand@de.ibm.com> + * cris-tdep.c (cris_version, cris_mode): Remove. (crisv32_single_step_through_delay): Use tdep->cris_mode. (cris_breakpoint_from_pc): Likewise. |