summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2000-05-31 23:14:19 +0000
committerMark Kettenis <kettenis@gnu.org>2000-05-31 23:14:19 +0000
commitcf49661517002ffbc5f0e4b1d04f1aecd40234d2 (patch)
tree9363d5af9ac0506b0b36302a5b312e5bbff16113 /gdb/ChangeLog
parent7058f19ab47e06b11a38c247c38d0fc4daebfafe (diff)
downloadgdb-cf49661517002ffbc5f0e4b1d04f1aecd40234d2.tar.gz
* i386bsd-nat.c: Include "gregset.h".
(CANNOT_STORE_REGISTER): Define to cannot_fetch_register instead of CANNOT_FETCH_REGISTER, if not already defined. (supply_gregset): Call supply_register with NULL as its second argument instead of supplying our own zeroed out buffer. (fill_gregset): Copy contents of correct registers instead of the contents of register REGNO.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a02a39ca68c..34247f7dcbe 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,13 @@
+2000-06-01 Mark Kettenis <kettenis@gnu.org>
+
+ * i386bsd-nat.c: Include "gregset.h".
+ (CANNOT_STORE_REGISTER): Define to cannot_fetch_register instead
+ of CANNOT_FETCH_REGISTER, if not already defined.
+ (supply_gregset): Call supply_register with NULL as its second
+ argument instead of supplying our own zeroed out buffer.
+ (fill_gregset): Copy contents of correct registers instead of the
+ contents of register REGNO.
+
2000-05-31 Kevin Buettner <kevinb@redhat.com>
* gnu-regex.c (re_match_2_internal): Revert 2000-05-27