diff options
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 5c65646..096ed25 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +2007-01-04 H.J. Lu <hongjiu.lu@intel.com> + + PR gas/3826 + * config/tc-i386.c (register_prefix): New. + (set_intel_syntax): Set set_intel_syntax to "" if register + prefix is needed. + (check_byte_reg): Use register_prefix for error message. + (check_long_reg): Likewise. + (check_qword_reg): Likewise. + (check_word_reg): Likewise. + 2006-01-04 Julian Brown <julian@codesourcery.com> * config/tc-arm.c (do_neon_shl_imm): Swap rN, rM. @@ -13,6 +24,10 @@ 2007-01-03 H.J. Lu <hongjiu.lu@intel.com> + * config/tc-i386.c (swap_operands): Remove branches. + +2007-01-03 H.J. Lu <hongjiu.lu@intel.com> + * config/tc-i386.c: Update copyright year. * config/tc-i386.h: Likewise. |