+2010-09-03 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR gas/11974
+ * config/tc-i386.c (i386_finalize_immediate): Check flag_code
+ instead of use_rela_relocations for 64bit.
+
2010-09-02 Richard Henderson <rth@redhat.com>
* dw2gencfi.c (TC_DWARF2_EMIT_OFFSET): Provide default.
{
/* Size it properly later. */
i.types[this_operand].bitfield.imm64 = 1;
- /* If BFD64, sign extend val. */
- if (!use_rela_relocations
+ /* If not 64bit, sign extend val. */
+ if (flag_code != CODE_64BIT
&& (exp->X_add_number & ~(((addressT) 2 << 31) - 1)) == 0)
exp->X_add_number
= (exp->X_add_number ^ ((addressT) 1 << 31)) - ((addressT) 1 << 31);
+2010-09-03 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR gas/11974
+ * gas/i386/immed64.s: Add more movabs tests.
+ * gas/i386/immed64.d: Updated.
+
2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
* gas/elf/dwarf2-1.d: Update DW_OP_reg5 expected output.
[ ]*[0-9a-fA-F]+:[ ]+e5 04[ ]+inl? +\$0x4,%eax
[ ]*[0-9a-fA-F]+:[ ]+e5 08[ ]+inl? +\$0x8,%eax
[ ]*[0-9a-fA-F]+:[ ]+e5 00[ ]+inl? +\$0x0,%eax
+[ ]*[a-f0-9]+: 48 b8 01 00 00 80 00 00 00 00 movabs \$0x80000001,%rax
+[ ]*[a-f0-9]+: 48 b8 01 00 00 80 00 00 00 00 movabs \$0x80000001,%rax
#pass
inl $xtrn, %eax
.equiv late, 8
+
+ movabs $0x80000001, %rax
+ movabsq $0x80000001, %rax