bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ld: Problem with ARM_WINCE in binutils-2.11.2/bfd/coff-arm.c


From: Nick Clifton
Subject: Re: ld: Problem with ARM_WINCE in binutils-2.11.2/bfd/coff-arm.c
Date: 02 Jan 2002 17:02:11 +0000
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1

Hi Rainer,

> The following code generates a wrong pc-relative branch.
> I had to comment this out. Maybe it's only valid when
> processing Microsoft's object files.
> 
> #ifdef ARM_WINCE
>       /* MS ARM-CE makes the reloc relative to the opcode's pc, not
>        the next opcode's pc, so is off by one.  */
>       if (howto->pc_relative && !info->relocateable)
>       addend -= 8;
> #endif

For which target had you configured your toolchain ?  What is the OS
that your binaries will be running under ?

Cheers
        Nick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]