From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailserv2.iuinc.com (IDENT:qmailr@mailserv2.iuinc.com [206.245.164.55]) by puffin.external.hp.com (8.9.3/8.9.3) with SMTP id JAA29943 for ; Thu, 17 Feb 2000 09:53:03 -0700 Date: Thu, 17 Feb 2000 16:52:28 +0100 From: Philipp Rumpf To: willy@thepuffingroup.com Cc: parisc-linux@thepuffingroup.com Subject: Re: [parisc-linux] field out of range Message-ID: <20000217165228.S765@abacus.local> References: <20000217102552.D9944@thepuffingroup.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20000217102552.D9944@thepuffingroup.com>; from willy@thepuffingroup.com on Thu, Feb 17, 2000 at 10:25:52AM -0500 List-ID: > gcc -I/home/pf/dkennedy/linux-2.3/include -D__KERNEL__ -I/home/pf/dkennedy/linux-2.3/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -D__linux__ -pipe -fno-strength-reduce -c -o on26.o on26.c > {standard input}: Assembler messages: > {standard input}:14413: Error: Field out of range [-8184..8199] (10172). > {standard input}:14413: Error: Field out of range [-8184..8199] (10276). could you please send the assembler source generated by gcc -S for this ? My guess is gcc has problems with very long code sequences and relative branches.