aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2000-08-07 10:56:22 +0000
committerMark Kettenis <kettenis@gnu.org>2000-08-07 10:56:22 +0000
commit8554b7d530743b6f61cf27f58167e1a8d6699f43 (patch)
tree83e5a536011715d99d9732e15cee41842e18a36c /gdb/ChangeLog
parent89727b6fbf33f119332b50e906fde555716ac51a (diff)
downloadgdb-8554b7d530743b6f61cf27f58167e1a8d6699f43.zip
gdb-8554b7d530743b6f61cf27f58167e1a8d6699f43.tar.gz
gdb-8554b7d530743b6f61cf27f58167e1a8d6699f43.tar.bz2
* solib.c (bfd_lookup_symbol): Fall back on the dynamic symbol
table if the symbol couldn't be found in the normal symbol table (i.e. if the shared object in question was stripped).
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0c47be7..aad8daa 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2000-05-21 Mark Kettenis <kettenis@gnu.org>
+
+ * solib.c (bfd_lookup_symbol): Fall back on the dynamic symbol
+ table if the symbol couldn't be found in the normal symbol table
+ (i.e. if the shared object in question was stripped).
+
2000-08-06 Kevin Buettner <kevinb@redhat.com>
* ch-exp.c (parse_opt_name_string): Protoize. [Thanks to Eli