This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH:


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]