Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265983AbUAKV0o (ORCPT ); Sun, 11 Jan 2004 16:26:44 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265987AbUAKV0o (ORCPT ); Sun, 11 Jan 2004 16:26:44 -0500 Received: from wblv-238-222.telkomadsl.co.za ([165.165.238.222]:53385 "EHLO gateway.lan") by vger.kernel.org with ESMTP id S265983AbUAKV0m (ORCPT ); Sun, 11 Jan 2004 16:26:42 -0500 Subject: Re: [PATCH][TRIVIAL] Remove bogus "value 0x37ffffff truncated to 0x37ffffff" warning. From: Martin Schlemmer Reply-To: Martin Schlemmer To: Davide Libenzi Cc: Linux Kernel Mailing List In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-ar3GrNa5AeIJjpxJu0r8" Message-Id: <1073856580.23742.2.camel@nosferatu.lan> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sun, 11 Jan 2004 23:29:40 +0200 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2268 Lines: 79 --=-ar3GrNa5AeIJjpxJu0r8 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2004-01-11 at 22:47, Davide Libenzi wrote: > On Sun, 11 Jan 2004, Martin Schlemmer wrote: >=20 > > On Sun, 2004-01-11 at 20:42, Davide Libenzi wrote: > > > On Sun, 11 Jan 2004, Martin Schlemmer wrote: > > >=20 > > > > azarah@nosferatu tar $ as << EOF > > > > > PG=3D0xC0000000 > > > > > VM=3D(128 << 20) > > > > > .long (-PG -VM) > > > > > .long (~PG + 1 - VM) > > > > > EOF > > > > {standard input}: Assembler messages: > > > > {standard input}:3: Warning: value 0x38000000 truncated to 0x380000= 00 > > > > {standard input}:4: Warning: value 0x38000000 truncated to 0x380000= 00 > > > > azarah@nosferatu tar $ objdump -D a.out > > > > =20 > > > > a.out: file format elf32-i386 > > > > =20 > > > > Disassembly of section .text: > > > > =20 > > > > 00000000 <.text>: > > > > 0: 00 00 add %al,(%eax) > > > > 2: 00 38 add %bh,(%eax) > > > > 4: 00 00 add %al,(%eax) > > > > 6: 00 38 add %bh,(%eax) > > > > azarah@nosferatu tar $ > > >=20 > > > This is weird. I also verified the above with: > > >=20 > > > GNU assembler 2.13.90.0.18 20030206 > > >=20 > > > and it works fine too. > > >=20 > >=20 > > What distro? Might be an in-house patch ... >=20 > The 2.13.90.0.18 is std RH9, while 2.14 is self built. > Tested also with FC1: >=20 > GNU assembler 2.14.90.0.6 20030820 >=20 > that is fine too. >=20 Hmm. Ok, ours is compiled with --enable-64-bit-bfd ... might do this? Bit late now, but I'll try to test tomorrow ... --=20 Martin Schlemmer --=-ar3GrNa5AeIJjpxJu0r8 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQBAAcBEqburzKaJYLYRAhtwAKCXSrxOYAVJHBF/Wwn0p2h6caYpnACeLPsM ILYRHi6ps/t6wdC/hPmzDgw= =3mK1 -----END PGP SIGNATURE----- --=-ar3GrNa5AeIJjpxJu0r8-- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/