diff options
author | Mark Kettenis <kettenis@gnu.org> | 2000-12-21 20:52:59 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2000-12-21 20:52:59 +0000 |
commit | ef9dff19c46d6269eb1faed4d8903710f2c91f2d (patch) | |
tree | a17a033f5637650e2436d93951b5b51ef44b5c4b /gdb/ChangeLog | |
parent | 2866d3057449bb4fe35784fb86accf03863ed87b (diff) | |
download | gdb-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/ChangeLog | 9 |
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. |