aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-12-05 12:20:18 +0000
committerJohn Gilmore <gnu@cygnus>1991-12-05 12:20:18 +0000
commit299ee4e6c7c5c9853e36933803be648c758e07eb (patch)
treedc1f606d9904b230ac8f83351e79a2451a33f421 /gdb/ChangeLog
parent2a5ec41d888f9f6004f237670e676ea5617f281e (diff)
downloadgdb-299ee4e6c7c5c9853e36933803be648c758e07eb.zip
gdb-299ee4e6c7c5c9853e36933803be648c758e07eb.tar.gz
gdb-299ee4e6c7c5c9853e36933803be648c758e07eb.tar.bz2
Fencepost error in reporting regs we can't find in core file.
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 1813959..c54d770 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,8 @@
Thu Dec 5 03:34:21 1991 John Gilmore (gnu at cygnus.com)
+ * coredep.c (fetch_core_registers): Fencepost error. Fixed by
+ Jay Lepreau <lepreau@cs.utah.edu>.
+
* inflow.c: Remember whether GDB has a terminal. Avoid switching
terminals back and forth if we don't have one.