PATCH:

Mark Mitchell mark@codesourcery.com
Wed Aug 11 00:44:00 GMT 2004


H. J. Lu wrote:

>On Tue, Aug 10, 2004 at 04:44:25PM -0700, Mark Mitchell wrote:
>  
>
>>In a 32-bit->64-bit cross compilation environment, GCC may emit 8-byte
>>integer literals as signed values.  However, GAS does not handle "-"
>>applied to a bignum, so the assembler will fail to assemble such
>>files.  This patch adds support for applying "~", "-", and "!" to
>>bignums in GAS.
>>
>>OK to apply?
>>
>>    
>>
>
>Can you add a testcase? I have been building ia64 binutils on ia32.
>  
>
Sure, I can add a testcase if the patch is approved.

It is basically just:

  .8byte - <big 64-bit number here>

-- 
Mark Mitchell
CodeSourcery, LLC
(916) 791-8304
mark@codesourcery.com



More information about the Binutils mailing list