Re: [PATCH][TRIVIAL] Remove bogus "value 0x37ffffff truncated to0x37ffffff" warning.
From: Bart Samwel
Date: Sun Jan 11 2004 - 20:17:02 EST
Martin Schlemmer wrote:
Hmm. Ok, ours is compiled with --enable-64-bit-bfd ...
might do this? Bit late now, but I'll try to test
tomorrow ...
That might definitely do it. offsetT (the type of values in gas) is
defined as:
typedef bfd_signed_vma offsetT;
That DEFINITELY looks like the bit-size of bfd has an influence. In my
program, offsetT is 64-bits -- looks like the default for Debian is
--enable-64-bit-bfd. This explains why I didn't get a warning for my
custom-built version, but I *did* get it for the version built by
dpkg-buildpackage. Looks like we've got the final cause of the suddenly
appearing warning.
-- Bart
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/