gas/
[platform/upstream/binutils.git] / gas / ChangeLog
index 87f4c6f..15bd417 100644 (file)
@@ -1,3 +1,22 @@
+2008-02-18  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-i386.c (match_template): Disallow 'l' suffix when
+       currently selected CPU has no 32-bit support.
+       (parse_real_register): Do not return registers not available on
+       currently selected CPU.
+
+2008-02-16  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (process_immext): Fix format.
+
+2008-02-16  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (inoutportreg): New.
+       (process_immext): New.
+       (md_assemble): Use it.
+       (update_imm): Use imm16 and imm32s.
+       (i386_att_operand): Use inoutportreg. 
+
 2008-02-14  H.J. Lu  <hongjiu.lu@intel.com>
 
        * config/tc-i386.c (operand_type_all_zero): New.