gas/
authorH.J. Lu <hjl.tools@gmail.com>
Sat, 23 Sep 2006 23:10:14 +0000 (23:10 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 23 Sep 2006 23:10:14 +0000 (23:10 +0000)
commit539e75adb5c6632bd7e601a03185b865d751e23f
tree38a6bade71978aa8c5d8d0130de53bc214ec8fc6
parentb41e175056364479595c15b3bba30970dfc9fffc
gas/

2006-09-23  H.J. Lu  <hongjiu.lu@intel.com>

PR binutils/3235
* config/tc-i386.c (match_template): Check address size prefix
to turn Disp64/Disp32/Disp16 operand into Disp32/Disp16/Disp32
operand.

gas/testsuite/

2006-09-23  H.J. Lu  <hongjiu.lu@intel.com>

PR binutils/3235
* gas/i386/addr16.d: New file.
* gas/i386/addr16.s: Likewise.
* gas/i386/addr32.d: Likewise.
* gas/i386/addr32.s: Likewise.

* gas/i386/i386.exp: Add "addr16" and "addr32".

* gas/i386/x86-64-addr32.s: Add tests for "add32 mov".
* gas/i386/x86-64-addr32.d: Updated.

opcodes/

2006-09-23  H.J. Lu  <hongjiu.lu@intel.com>

PR binutils/3235
* i386-dis.c (OP_OFF64): Get 32bit offset if there is an
address size prefix.
12 files changed:
gas/ChangeLog
gas/config/tc-i386.c
gas/testsuite/ChangeLog
gas/testsuite/gas/i386/addr16.d [new file with mode: 0644]
gas/testsuite/gas/i386/addr16.s [new file with mode: 0644]
gas/testsuite/gas/i386/addr32.d [new file with mode: 0644]
gas/testsuite/gas/i386/addr32.s [new file with mode: 0644]
gas/testsuite/gas/i386/i386.exp
gas/testsuite/gas/i386/x86-64-addr32.d
gas/testsuite/gas/i386/x86-64-addr32.s
opcodes/ChangeLog
opcodes/i386-dis.c
This page took 0.02667 seconds and 4 git commands to generate.