This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ARM: Don't make noise about R_ARM_NONE relocs


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]