diff options
author | Pedro Alves <palves@redhat.com> | 2012-03-05 14:24:03 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-03-05 14:24:03 +0000 |
commit | 24490249f8624cc6f5dbf21d760b72307102e98d (patch) | |
tree | e6bf39572dbf4533abbf1a9e8bd3c221ac78bfea /gdb/ChangeLog | |
parent | b4d36fb80a261e933b7fdf0675fc98cbfb2d9c95 (diff) | |
download | gdb-24490249f8624cc6f5dbf21d760b72307102e98d.zip gdb-24490249f8624cc6f5dbf21d760b72307102e98d.tar.gz gdb-24490249f8624cc6f5dbf21d760b72307102e98d.tar.bz2 |
Mention PR gdb/13766
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a7fc4dd..0629387 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ 2012-03-05 Pedro Alves <palves@redhat.com> + PR gdb/13766 + * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and the register state is clear, supply explicit zero, instead of marking the register unavailable. |