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

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

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


From: Rainer Keuchel
Subject: ld: Problem with ARM_WINCE in binutils-2.11.2/bfd/coff-arm.c
Date: Mon, 31 Dec 2001 23:19:34 +0100

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





reply via email to

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