+2019-10-31 H.J. Lu <hongjiu.lu@intel.com>
+
+ * testsuite/gas/i386/general.s: Add .code16gcc fldenv tests.
+ * testsuite/gas/i386/general.l: Updated.
+
2019-10-31 Mihail Ionescu <mihail.ionescu@arm.com>
* config/tc-arm.c (selected_ctx_ext_table) New static variable.
216 0226 660FB6F8 movzb %al,%di
217 022a 0FB6C8 movzb %al,%ecx
218
- 219 # Force a good alignment.
- 220 022d 000000 .p2align 4,0
+ 219 .code16gcc
+ 220 # Use 16-bit layout by default for fldenv.
+ 221 022d 67D920 fldenv \(%eax\)
+ 222 0230 67D920 fldenvs \(%eax\)
+ 223 0233 6766D920 fldenvl \(%eax\)
+ 224
+ 225 # Force a good alignment.
+ 226 0237 00000000 00000000 .p2align 4,0
+ 226 00