ARM: Don't make noise about R_ARM_NONE relocs

Richard Earnshaw rearnsha@gcc.gnu.org
Tue Mar 22 16:59:00 GMT 2005


On Mon, 2005-03-21 at 20:53, Daniel Jacobowitz wrote:
> This patch fixes a bug which was already present before my (pending) patch
> for protected symbols; but that patch changes where to place the fix, so
> this patch is dependent on it.
> 
> When we have an R_ARM_NONE relocation against a symbol, as the ARM assembler
> uses for personality routines, we don't use the value of the symbol.  So no
> need to complain if it is unresolved.  Relevant archive members will already
> have been pulled in.
> 
> OK?

> 2005-03-21  Daniel Jacobowitz  <dan@codesourcery.com>

        * elf32-arm.c (elf32_arm_final_link_relocate): Don't fail for
        unresolved symbols in R_ARM_NONE relocations.

OK



More information about the Binutils mailing list