aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1993-12-28 23:15:20 +0000
committerFred Fish <fnf@specifix.com>1993-12-28 23:15:20 +0000
commit96e5cb213845abdae65dd06f7f7fc226df897698 (patch)
tree397c51b97d8490ca3e0b977dd8e14d6190ceee3e /gdb/ChangeLog
parentbbc2cef26821f79d85350b551df4d966cb69d8e7 (diff)
downloadgdb-96e5cb213845abdae65dd06f7f7fc226df897698.zip
gdb-96e5cb213845abdae65dd06f7f7fc226df897698.tar.gz
gdb-96e5cb213845abdae65dd06f7f7fc226df897698.tar.bz2
* solib.c (DEBUG_BASE): Remove macro and all references.
* solib.c (debug_base_symbols): Add array of symbols to lookup. * solib.c (IGNORE_FIRST_LINK_MAP_ENTRY): Add macro. * solib.c (look_for_base, locate_base): Use debug_base_symbols. * solib.c (find_solib): Use IGNORE_FIRST_LINK_MAP_ENTRY.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index c3552f2..6d714b2 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,11 @@
+Tue Dec 28 15:08:00 1993 Fred Fish (fnf@deneb.cygnus.com)
+
+ * solib.c (DEBUG_BASE): Remove macro and all references.
+ * solib.c (debug_base_symbols): Add array of symbols to lookup.
+ * solib.c (IGNORE_FIRST_LINK_MAP_ENTRY): Add macro.
+ * solib.c (look_for_base, locate_base): Use debug_base_symbols.
+ * solib.c (find_solib): Use IGNORE_FIRST_LINK_MAP_ENTRY.
+
Tue Dec 28 12:06:57 1993 Kung Hsu (kung@cirdan.cygnus.com)
* c-exp.y : fix grammar to parse ellipsis (...)