diff options
author | Jan Beulich <jbeulich@novell.com> | 2005-02-09 08:05:43 +0000 |
---|---|---|
committer | Jan Beulich <jbeulich@novell.com> | 2005-02-09 08:05:43 +0000 |
commit | 9ae09ff9cf866935b46836ac19b3f07b45fcb914 (patch) | |
tree | 1c7c65eb1831c4c8c8b0f585632193332a6a9584 /include/opcode/ChangeLog | |
parent | d3cbe7ef42305a5a67982ea342c8df8d3fc5fc5f (diff) | |
download | gdb-9ae09ff9cf866935b46836ac19b3f07b45fcb914.zip gdb-9ae09ff9cf866935b46836ac19b3f07b45fcb914.tar.gz gdb-9ae09ff9cf866935b46836ac19b3f07b45fcb914.tar.bz2 |
gas/testsuite/
2005-02-09 Jan Beulich <jbeulich@novell.com>
* gas/i386/intelok.s: Remove comments disabling alternative forms of
fbld, fbstp, and fldcw.
* gas/i386/intelok.d: Expect two instances of fbld, fbstp, and fldcw.
include/opcode/
2005-02-09 Jan Beulich <jbeulich@novell.com>
PR gas/707
* i386.h (i386_optab): Add x_Suf to fbld and fbstp. Add w_Suf and
FloatMF to fldcw, fstcw, fnstcw, and the memory formas of fstsw and
fnstsw.
Diffstat (limited to 'include/opcode/ChangeLog')
-rw-r--r-- | include/opcode/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 44c7dc4..7844fee 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,10 @@ +2005-02-09 Jan Beulich <jbeulich@novell.com> + + PR gas/707 + * i386.h (i386_optab): Add x_Suf to fbld and fbstp. Add w_Suf and + FloatMF to fldcw, fstcw, fnstcw, and the memory formas of fstsw and + fnstsw. + 2005-01-25 Alexandre Oliva <aoliva@redhat.com> 2004-11-10 Alexandre Oliva <aoliva@redhat.com> |