aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2002-12-21 06:43:25 +0000
committerKevin Buettner <kevinb@redhat.com>2002-12-21 06:43:25 +0000
commit743b930b5935b474bec050a1598344b8580eaab9 (patch)
treee10b871160c93c0bdcc4d5817f44f7fca8a43305 /gdb/ChangeLog
parent3758ac483ded1c0d72f079e32ad1de4fcabecdb5 (diff)
downloadgdb-743b930b5935b474bec050a1598344b8580eaab9.zip
gdb-743b930b5935b474bec050a1598344b8580eaab9.tar.gz
gdb-743b930b5935b474bec050a1598344b8580eaab9.tar.bz2
Add DT_MIPS_RLD_MAP case for 64-bit targets.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f0ce860..c3ab184 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2002-12-20 Kevin Buettner <kevinb@redhat.com>
+ * solib-svr4.c (elf_locate_base): Fix sizeof() related bug. Add
+ DT_MIPS_RLD_MAP case for 64-bit targets.
+
+2002-12-20 Kevin Buettner <kevinb@redhat.com>
+
* mips-tdep.c (heuristic_proc_desc): Clear memory associated with
``temp_saved_regs'', not the pointer or other storage contiguous
to this pointer.