diff options
author | Jim Blandy <jimb@codesourcery.com> | 2004-05-20 00:56:45 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2004-05-20 00:56:45 +0000 |
commit | 82d69f8b4ce0078cd7387634c2b5f9f6d0a42309 (patch) | |
tree | ae2cc90edda51536456448430497f83c5d054661 /gdb | |
parent | be07a590ed0a975673fb86e13d07362ff930c750 (diff) | |
download | gdb-82d69f8b4ce0078cd7387634c2b5f9f6d0a42309.zip gdb-82d69f8b4ce0078cd7387634c2b5f9f6d0a42309.tar.gz gdb-82d69f8b4ce0078cd7387634c2b5f9f6d0a42309.tar.bz2 |
Fix up last ChangeLog commit.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f73a2d9..b2de0b5c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -24,6 +24,13 @@ * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp and pthread_cond_wait.c. +2004-05-18 Jim Blandy <jimb@redhat.com> + + * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields + before the mach-specific switch, and then let the individual cases + override the defaults, rather than leaving them uninitialized + until the switch and then setting them in each case. + 2004-05-18 Randolph Chung <tausq@debian.org> * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for |