summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2002-10-02 01:28:55 +0000
committerAlexandre Oliva <aoliva@redhat.com>2002-10-02 01:28:55 +0000
commitf5a1fdef727b33a88af9c67356515128835a0253 (patch)
tree5dbe4f2f53509061aa88e6aa41dc8da47fc6f57d /gdb/ChangeLog
parentef9f5eb79b14f7948dd4d99cb92b702075eb02fa (diff)
downloadgdb-f5a1fdef727b33a88af9c67356515128835a0253.tar.gz
* mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
of the section for the N64 ABI, fixed.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e77a10c8c12..b5ce6aed1e9 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,8 @@
2002-10-01 Alexandre Oliva <aoliva@redhat.com>
+ * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
+ of the section for the N64 ABI, fixed.
+
* config/mips/tm-irix6.h: Include solib.h.
2002-10-01 Elena Zannoni <ezannoni@redhat.com>