aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2002-07-02 17:05:28 +0000
committerJoel Brobecker <brobecker@gnat.com>2002-07-02 17:05:28 +0000
commit7a5a05349e7ea7749d253dc1f201f7aea5497b79 (patch)
treea7be9b99e3bffa5b20398a76dab05839808e1193 /gdb/ChangeLog
parentb7d15bf718babb370592c2ca200cb1d2f22aa8a2 (diff)
downloadgdb-7a5a05349e7ea7749d253dc1f201f7aea5497b79.zip
gdb-7a5a05349e7ea7749d253dc1f201f7aea5497b79.tar.gz
gdb-7a5a05349e7ea7749d253dc1f201f7aea5497b79.tar.bz2
* solib-osf.c (open_map): Compute the list of shared libraries
loaded by the inferior, rather than the list of libraries loaded by GDB itself. Otherwise, GDB ends up reading the symbols from the wrong shared libraries...
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 07bfffd..cc07fd9 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2002-07-02 Joel Brobecker <brobecker@gnat.com>
+
+ * solib-osf.c (open_map): Compute the list of shared libraries
+ loaded by the inferior, rather than the list of libraries loaded
+ by GDB itself. Otherwise, GDB ends up reading the symbols from
+ the wrong shared libraries...
+
2002-07-02 Mark Kettenis <kettenis@gnu.org>
* i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.