aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-06-13 03:18:18 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-06-13 03:18:18 +0000
commitff56144ec8eba32480048784f58dc76415dbadc7 (patch)
treecde17fd0559db32427e9b7ec881efd0d2d163dce /gdb/ChangeLog
parentb0f61d04f617f32c4ee1e8b7fb35b6b79a854c98 (diff)
downloadgdb-ff56144ec8eba32480048784f58dc76415dbadc7.zip
gdb-ff56144ec8eba32480048784f58dc76415dbadc7.tar.gz
gdb-ff56144ec8eba32480048784f58dc76415dbadc7.tar.bz2
* solib.c (solib_create_inferior_hook) [SVR4_SHARED_LIBS]:
Don't try to get the debug base yet.
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 5a55334..b69e5b7 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,8 @@
Sat Jun 12 14:40:54 1993 Jim Kingdon (kingdon@cygnus.com)
+ * solib.c (solib_create_inferior_hook) [SVR4_SHARED_LIBS]:
+ Don't try to get the debug base yet.
+
* dbxread.c (process_one_symbol): Set n_opt_found based on whether
a non-gcc N_OPT symbol is found. Make SUN_FIXED_LBRAC_BUG a macro
which returns 0 or 1 to say whether to do it.