OSDN Git Service

gas/
authorH.J. Lu <hjl@lucon.org>
Mon, 20 Jun 2005 23:18:39 +0000 (23:18 +0000)
committerH.J. Lu <hjl@lucon.org>
Mon, 20 Jun 2005 23:18:39 +0000 (23:18 +0000)
commit059d5623a1ed9cb9944b6c4cd243932b44c7c607
tree1550b1fd9500064ca44c17d3c74f50b548b6497f
parent0bcda49e89e1395340774fdebde5c93b80554790
gas/

2005-06-20  H.J. Lu  <hongjiu.lu@intel.com>

PR 1013
* config/tc-i386.c (md_assemble): Don't call optimize_disp on
movabs.
(optimize_disp): Optimize only if possible. Don't use 64bit
displacement on non-constants and do same on constants if
possible.

gas/testsuite/

2005-06-20  H.J. Lu  <hongjiu.lu@intel.com>

PR 1013
* i386/x86_64.s: Add absolute 64bit addressing tests for mov.
* i386/x86_64.s: Updated.

include/opcode/

2005-06-20  H.J. Lu  <hongjiu.lu@intel.com>

PR 1013
* i386.h (i386_optab): Update comments for 64bit addressing on
mov. Allow 64bit addressing for mov and movq.
gas/ChangeLog
gas/config/tc-i386.c
gas/testsuite/ChangeLog
gas/testsuite/gas/i386/x86_64.d
gas/testsuite/gas/i386/x86_64.s
include/opcode/ChangeLog
include/opcode/i386.h