2007-03-12 H.J. Lu <hongjiu.lu@intel.com>
[binutils-gdb.git] / gas / ChangeLog
index bd41e3a18bfcf9feae164472422e39929618d898..3eedf50e8f3d9ca5cddc9d3a32ea11934e05e235 100644 (file)
@@ -1,3 +1,19 @@
+2007-03-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (md_assemble): Use Opcode_XXX instead of XXX
+       on i.tm.base_opcode.
+       (match_template): Likewise.
+       (process_operands): Use ~0x3 mask to match MOV_AX_DISP32.
+
+       * config/tc-i386.h (Opcode_D): New.
+       (Opcode_FloatR): Likewise.
+       (Opcode_FloatD): Likewise.
+       (D): Redefined.
+       (W): Likewise.
+       (FloatMF): Likewise.
+       (FloatR): Likewise.
+       (FloatD): Likewise.
+
 2007-03-09  Alexandre Oliva  <aoliva@redhat.com>
 
        * app.c (do_scrub_chars): Recognize comments after # line "file".