diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-02-27 02:47:21 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-02-27 02:47:21 +0000 |
commit | 82dbc5f7cd002a0f4987218232a007e481147df3 (patch) | |
tree | 0eb09f95353051a2379374429c5018b3b5a89e6e /gdb/ChangeLog | |
parent | e4621584ca03af4a0ad025b8ab11d4e3e3074fed (diff) | |
download | gdb-82dbc5f7cd002a0f4987218232a007e481147df3.zip gdb-82dbc5f7cd002a0f4987218232a007e481147df3.tar.gz gdb-82dbc5f7cd002a0f4987218232a007e481147df3.tar.bz2 |
* x86-64-tdep.c (value.h): Delete.
(gdb_assert.h): Include.
(x86_64_register_convert_to_virtual,
x86_64_register_convert_to_raw ): Add check which lets only
floating-point values to be converted.
(value_push): Delete.
(x86_64_push_arguments): Order of arguments pushed on stack fixed.
(i386_gdbarch_init): Number of register_bytes fixed.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index eb0bfbd..3f6ac07 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,17 @@ 2002-02-26 Andrew Cagney <ac131313@redhat.com> + From Michal Ludvig <mludvig@suse.cz>: + * x86-64-tdep.c (value.h): Delete. + (gdb_assert.h): Include. + (x86_64_register_convert_to_virtual, + x86_64_register_convert_to_raw ): Add check which lets only + floating-point values to be converted. + (value_push): Delete. + (x86_64_push_arguments): Order of arguments pushed on stack fixed. + (i386_gdbarch_init): Number of register_bytes fixed. + +2002-02-26 Andrew Cagney <ac131313@redhat.com> + * MAINTAINERS: Add x86-64 target. 2002-02-26 Andrew Cagney <ac131313@redhat.com> |