diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2008-01-15 18:50:44 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2008-01-15 18:50:44 +0000 |
commit | 321fd21e2f555303014e567a9f738b764f23e8cd (patch) | |
tree | 917f401c47c6a54afba6241265c85b46f7d4e802 /gas/ChangeLog | |
parent | 4ee521786f9f912f60c9e58409e3dc8713d60bbf (diff) | |
download | gdb-321fd21e2f555303014e567a9f738b764f23e8cd.zip gdb-321fd21e2f555303014e567a9f738b764f23e8cd.tar.gz gdb-321fd21e2f555303014e567a9f738b764f23e8cd.tar.bz2 |
gas/
2008-01-15 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (md_assemble): Also zap movzx and movsx
suffix for AT&T syntax.
gas/testsuite/
2008-01-15 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/i386.s: Add more tests for movsx and movzx.
* gas/i386/x86_64.s: Likewise.
* gas/i386/inval.s: Remove tests for movsxw and movzxw.
* gas/i386/x86-64-inval.s: Remove tests for movsxb, movsxw,
movsxl, movzxb and movzxw.
* gas/i386/i386.d: Updated.
* gas/i386/inval.l: Likewise.
* gas/i386/x86_64.d: Likewise.
* gas/i386/x86-64-inval.l: Likewise.
opcodes/
2008-01-15 H.J. Lu <hongjiu.lu@intel.com>
* i386-opc.tbl: Put back 16bit movsx/movzx for AT&T syntax.
* i386-tbl.h: Regenerated.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index f789380..afb4c45 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2008-01-15 H.J. Lu <hongjiu.lu@intel.com> + + * config/tc-i386.c (md_assemble): Also zap movzx and movsx + suffix for AT&T syntax. + 2008-01-14 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (match_reg_size): New. |