This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: ld/testsuite/ld-elf/merge.s causes m32r gas assert failure
- From: Hans-Peter Nilsson <hp at bitrange dot com>
- To: Doug Evans <dje at sebabeach dot org>
- Cc: binutils at sources dot redhat dot com
- Date: Tue, 10 Jun 2003 22:56:38 -0400 (EDT)
- Subject: Re: ld/testsuite/ld-elf/merge.s causes m32r gas assert failure
On Tue, 10 Jun 2003, Doug Evans wrote:
> assert (!fixP->fx_pcrel == !reloc->howto->pc_relative);
>
> Studying other ports I see this isn't a cgen-specific thing,
> and ld/testsuite/ld-elf/merge.d has the test marked as xfail for several ports.
>
> #xfail: ... "cris-*-*" ...
FWIW the CRIS port doesn't yet handle inter-segment (or
inter-object-file) pc-relative relocs (except for some
pic-specific reloc); it emits an error message. Dunno about the
others.
brgds, H-P