aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2000-03-11 00:34:50 +0000
committerMark Kettenis <kettenis@gnu.org>2000-03-11 00:34:50 +0000
commitfb5577443ef8662b8045032248efe280cf4fe68e (patch)
tree6dfe9dc4eed9602c09282d23b55a7ff15bce5b23 /gdb/ChangeLog
parent042c8311c7af7f75a0508992403372917ed0acee (diff)
downloadgdb-fb5577443ef8662b8045032248efe280cf4fe68e.zip
gdb-fb5577443ef8662b8045032248efe280cf4fe68e.tar.gz
gdb-fb5577443ef8662b8045032248efe280cf4fe68e.tar.bz2
2000-03-11 Mark Kettenis <kettenis@gnu.org>
* i386gnu-nat.c (gnu_store_registers): Make sure the T bit in the %eflags isn't modified. This fixes a bug where every call to a function in the program beyond the first call would fail.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 24bc124..2fd2e43 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2000-03-11 Mark Kettenis <kettenis@gnu.org>
+
+ * i386gnu-nat.c (gnu_store_registers): Make sure the T bit in the
+ %eflags isn't modified. This fixes a bug where every call to a
+ function in the program beyond the first call would fail.
+
2000-03-10 Daniel Berlin <dan@cgsoftware.com>
Fix C++ overloading, add support for seeing through references.