This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: IA64 assembler can't handle constant org offsets
- From: "H. J. Lu" <hjl at lucon dot org>
- To: Duraid Madina <duraid at octopus dot com dot au>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 5 Apr 2004 09:50:07 -0700
- Subject: Re: IA64 assembler can't handle constant org offsets
- References: <406FB2D5.1030109@octopus.com.au>
I think it is a gcc bug since it generates something the assembler
can't properly process while there is a working alternative. Please
open a gcc bug report with a testcase.
H.J.
On Sun, Apr 04, 2004 at 05:01:41PM +1000, Duraid Madina wrote:
> Hi HJ,
>
> Sorry to bother you, but I also ran into the problem described here:
>
> http://sources.redhat.com/ml/binutils/2004-01/msg00419.html
>
> (GCC compiled my program spitting out ".=.+16" which choked binutils,
> and I had to manually change these to .skip 16)
>
> I'm just wondering - is this a GCC problem, or a binutils problem,
> or...? I just wanted to say that I'm also running into it, so I'd really
> appreciate a fix! Where do I paypal my $5? ;)
>
> Thanks in advance,
>
> Duraid
>