diff options
author | Mark Kettenis <kettenis@gnu.org> | 2003-07-13 22:07:37 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2003-07-13 22:07:37 +0000 |
commit | 88a115f752b21f148fa834c38f24e8b09c496222 (patch) | |
tree | 8db8abad327c881170fdad53bd10a6c1ea273a65 /gdb | |
parent | e5c3f801c7087ae0ca525a4536ae4d294b2c474a (diff) | |
download | gdb-88a115f752b21f148fa834c38f24e8b09c496222.zip gdb-88a115f752b21f148fa834c38f24e8b09c496222.tar.gz gdb-88a115f752b21f148fa834c38f24e8b09c496222.tar.bz2 |
Fix last Changelog entry to reflect reality.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fbff9fc..e31abfc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,7 +1,7 @@ 2003-07-13 Mark Kettenis <kettenis@gnu.org> - * x86-64-tdep.c (x86_64_store_return_value): Use an intermediate - buffer when storing double and float varibles into %xmm0. + * x86-64-tdep.c (x86_64_store_return_value): Use + regcache_cooked_write_part instead of regcache_cooked_write. * configure.host: Add x86_64-*-freebsd*. * configure.tgt: Add x86_64-*-freebsd*. |