aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog30
1 files changed, 17 insertions, 13 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 878e936..1f50deb 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,12 +1,22 @@
-Sat Dec 7 00:00:15 1991 K. Richard Pixley (rich at rtl.cygnus.com)
+Sat Dec 7 04:12:35 1991 John Gilmore (gnu at cygnus.com)
- * Makefile.in: install using INSTALL_PROGRAM and INSTALL_DATA.
- added clean-info. added some standards.text support and made it
- look like our other Makefiles.
+ GDB-4.3 release!
- * configure.in: mark this directory target dependent. configure
- now runs entirely in objdir so make existence tests and
- references against ${srcdir}.
+ * Makefile.in: Roll VERSION to 4.3
+ * README, TODO, WHATS.NEW, depend: Update.
+
+ * inflow.c (terminal_inferior): Avoid error msg if attached.
+
+ * gmalloc.c: Fix bug that causes malloc & free to
+ fail on systems where pointers have the high bit set (0x800efcf0
+ for example). The problem is that the difference between two
+ pointers is a signed integer, so the computation
+
+ (char *) 0x800efcf0 - (char *) 0
+
+ yields a negative value. The sign of the result of the modulus
+ operator is machine dependent for negative operands, thus it is
+ possible for it to end up negative. From Fred Fish.
Fri Dec 6 08:30:36 1991 Fred Fish (fnf at cygnus.com)
@@ -14,12 +24,6 @@ Fri Dec 6 08:30:36 1991 Fred Fish (fnf at cygnus.com)
anonymous enumerations, structures, and unions. Now passes all
the current gdb test suite tests.
-Thu Dec 5 22:46:13 1991 K. Richard Pixley (rich at rtl.cygnus.com)
-
- * Makefile.in: idestdir and ddestdir go away. Added copyrights
- and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
- and mandir now keyed off datadir by default.
-
Thu Dec 5 21:53:21 1991 John Gilmore (gnu at cygnus.com)
* symtab.c (decode_line_1): If SKIP_PROLOGUE leaves us in