re PR target/52530 (Many 64-bit execution failures on Solaris 10/11 with Sun as)

PR target/52530
	Revert:
	2012-03-04  H.J. Lu  <hongjiu.lu@intel.com>

	* config/i386/i386.c (ix86_print_operand_address): Only handle
	zero-extended DImode addresses.

From-SVN: r185103
This commit is contained in:
Uros Bizjak 2012-03-08 16:19:32 +01:00 committed by Uros Bizjak
parent 2527ff87ed
commit ce19a3f8b0
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
2012-03-08 Uros Bizjak <ubizjak@gmail.com>
PR target/52530
Revert:
2012-03-04 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/i386.c (ix86_print_operand_address): Only handle
zero-extended DImode addresses.
2012-03-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* configure.ac (gcc_cv_as_ix86_tlsldmplt): Add label.

View File

@ -14491,7 +14491,7 @@ ix86_print_operand_address (FILE *file, rtx addr)
/* Print SImode registers for zero-extended addresses to force
addr32 prefix. Otherwise print DImode registers to avoid it. */
if (TARGET_64BIT && GET_MODE (addr) == DImode)
if (TARGET_64BIT)
code = ((GET_CODE (addr) == ZERO_EXTEND
|| GET_CODE (addr) == AND)
? 'l'