diff options
author | Nicholas Duffek <nsd@redhat.com> | 2000-07-14 22:17:33 +0000 |
---|---|---|
committer | Nicholas Duffek <nsd@redhat.com> | 2000-07-14 22:17:33 +0000 |
commit | fe794dc69d09f9a6fed65befc4597fd217fc449b (patch) | |
tree | 18088624fe6010d4013160472ea412d14e234267 /gdb/ChangeLog | |
parent | 0a4321b9039c2e2b9cdad3a266eff3ec8f99b137 (diff) | |
download | gdb-fe794dc69d09f9a6fed65befc4597fd217fc449b.zip gdb-fe794dc69d09f9a6fed65befc4597fd217fc449b.tar.gz gdb-fe794dc69d09f9a6fed65befc4597fd217fc449b.tar.bz2 |
* ppcbug-rom.c (ppcbug_regnames[]): Make array size implicit.
* rs6000-tdep.c (DEFAULT_LR_SAVE): Move to config/*/tm-*.h.
(rs6000_gdbarch_init): Use generic_pc_in_call_dummy instead of
rs6000_pc_in_call_dummy.
* config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Move here from
rs6000-tdep.c.
* config/powerpc/tm-ppc-eabi.h: Remove various definitions
handled by multi-arched rs6000-tdep.c.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e974cea..ccf3b51 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +2000-07-14 Nicholas Duffek <nsd@redhat.com> + + * ppcbug-rom.c (ppcbug_regnames[]): Make array size implicit. + * rs6000-tdep.c (DEFAULT_LR_SAVE): Move to config/*/tm-*.h. + (rs6000_gdbarch_init): Use generic_pc_in_call_dummy instead of + rs6000_pc_in_call_dummy. + * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Move here from + rs6000-tdep.c. + * config/powerpc/tm-ppc-eabi.h: Remove various definitions + handled by multi-arched rs6000-tdep.c. + 2000-07-14 Nick Clifton <nickc@cygnus.com> * config/mcore/tm-mcore.h (SKIP_PROLOGUE): Fix defintion to avoid |