aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1996-06-12 03:10:51 +0000
committerFred Fish <fnf@specifix.com>1996-06-12 03:10:51 +0000
commit9d111656709c46875095e54548a846906e61cc00 (patch)
treefc869ddb51fd481e52096c2dd76fa739a05b2245 /gdb/ChangeLog
parenta5c7acea2fd3fd603e5d7e3f314e2228dc7012a8 (diff)
downloadgdb-9d111656709c46875095e54548a846906e61cc00.zip
gdb-9d111656709c46875095e54548a846906e61cc00.tar.gz
gdb-9d111656709c46875095e54548a846906e61cc00.tar.bz2
From Michael Snyder <Michael_Snyder@next.com>:
* bcache.c (print_bcache_statistics): Avoid divide-by-zero exception if one or more objfile has no symbols, such as when a dynamic library has been stripped.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index af4e03a..ec644c7 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,18 @@
+Tue Jun 11 19:52:50 1996 Fred Fish <fnf@cygnus.com>
+
+ From Michael Snyder <Michael_Snyder@next.com>:
+ * bcache.c (print_bcache_statistics): Avoid divide-by-zero
+ exception if one or more objfile has no symbols, such as when
+ a dynamic library has been stripped.
+
+Tue Jun 11 12:02:55 1996 Stu Grossman (grossman@critters.cygnus.com)
+
+ * Makefile.in (INTERNAL_LDFLAGS): Add in flags from configure.
+ * configure configure.in: Only make sol-thread.o for native.
+ Also, switch to dlopened libthread_db.so.1.
+ * sol-thread.c: Switch to using dlopen to get the thread_db
+ library.
+
Mon Jun 10 14:17:19 1996 Fred Fish <fnf@cygnus.com>
* config/sparc/{xm-sun4sol2.h,xm-sun4os4.h} (MMAP_BASE_ADDRESS):