On Fri, Aug 12, 2005 at 04:28:12PM +0200, Eric Botcazou wrote:
> > So who is right here? Is there really an alignment problem with the
> > debug sections in the object file, or is the solaris linker just
> > confused? If there is a problem, why doesn't binutils ld complain?
>
> GNU ld supports una
Given this as input (three lines):
foo = .
.org foo+16
foo = .
GNU as (with no special command-line options) apparently goes into an
infinate loop.
I can reproduce the problem on i386 platforms in the as on
Red Had Linux release 9
SuSE Linux 8.2
SUSE LINUX Enterprise Server 9
Red Hat
> So who is right here? Is there really an alignment problem with the
> debug sections in the object file, or is the solaris linker just
> confused? If there is a problem, why doesn't binutils ld complain?
GNU ld supports unaligned R_SPARC_32 relocations, while Sun ld doesn't. The
relocations sho
Hi Michael,
Arm-elf-ld version : 2.15
This is probably your problem. Please try upgrading to the latest
released version of the binutils (2.16) or failing that, please try
using the current mainline sources in the CVS repository.
Cheers
Nick
__