aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2000-12-21 20:52:59 +0000
committerMark Kettenis <kettenis@gnu.org>2000-12-21 20:52:59 +0000
commitef9dff19c46d6269eb1faed4d8903710f2c91f2d (patch)
treea17a033f5637650e2436d93951b5b51ef44b5c4b /gdb/ChangeLog
parent2866d3057449bb4fe35784fb86accf03863ed87b (diff)
downloadgdb-ef9dff19c46d6269eb1faed4d8903710f2c91f2d.zip
gdb-ef9dff19c46d6269eb1faed4d8903710f2c91f2d.tar.gz
gdb-ef9dff19c46d6269eb1faed4d8903710f2c91f2d.tar.bz2
* i386-tdep.c: Add missing ')' in comment.
(i386_extract_return_value): Return directly after issuing the warning and filling *VALBUF with zeroes if we cannot get at the floating-point registers. (i386_store_return_value): New function. * config/i386/tm-i386.h (STORE_RETURN_VALUE): Simply call i386_store_return_value. Add prototype for i386_store_return_value.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a4ef68b..99aeb48 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,14 @@
2000-12-21 Mark Kettenis <kettenis@gnu.org>
+ * i386-tdep.c: Add missing ')' in comment.
+ (i386_extract_return_value): Return directly after issuing the
+ warning and filling *VALBUF with zeroes if we cannot get at the
+ floating-point registers.
+ (i386_store_return_value): New function.
+ * config/i386/tm-i386.h (STORE_RETURN_VALUE): Simply call
+ i386_store_return_value.
+ Add prototype for i386_store_return_value.
+
* i386-linux-nat.c (store_fpxregs): Add code to detect support for
the PTRACE_GETFPXREGS request, and return zero if it's not.