diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2002-06-06 16:35:37 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2002-06-06 16:35:37 +0000 |
commit | 095a4c965d371db891854cfc5a4403811379510d (patch) | |
tree | 01cac83c14b4c3931863dee671b02ffa4a933e24 /gdb/ChangeLog | |
parent | c93abbccf2f36a576f4113d72189b0455abfdb62 (diff) | |
download | gdb-095a4c965d371db891854cfc5a4403811379510d.zip gdb-095a4c965d371db891854cfc5a4403811379510d.tar.gz gdb-095a4c965d371db891854cfc5a4403811379510d.tar.bz2 |
2002-06-06 Elena Zannoni <ezannoni@redhat.com>
* d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
(d10v_register_virtual_type): Make $fp and $sp be pointer to data.
(d10v_integer_to_address): Rewrite.
(d10v_frame_init_saved_regs): When reading fp and sp registers use
the d10v specific functions which take care of converting to the
correct space.
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 a2f5ea0..f6fcdf9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,14 @@ 2002-06-06 Elena Zannoni <ezannoni@redhat.com> + * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype. + (d10v_register_virtual_type): Make $fp and $sp be pointer to data. + (d10v_integer_to_address): Rewrite. + (d10v_frame_init_saved_regs): When reading fp and sp registers use + the d10v specific functions which take care of converting to the + correct space. + +2002-06-06 Elena Zannoni <ezannoni@redhat.com> + * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c, altivec-abi.exp, altivec-regs.c, altivec-regs.exp. |