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: Update protected symbol support


On Fri, 2005-03-18 at 22:02, Daniel Jacobowitz wrote:
> This patch fixes the vismain test in glibc.  The ARM port zeroes RELOCATION
> in cases where there might be no sec->output_section; other ports stopped
> doing this a couple of years ago.  This is patch 1/2 for today in the
> I-hate-the-amount-of-duplicated-code-in-BFD series.
> 
> Tested on arm-linux via both binutils and glibc testsuites.  OK?
2005-03-18  Daniel Jacobowitz  <dan@codesourcery.com>

        * elf32-arm.c (elf32_arm_final_link_relocate): Add
        UNRESOLVED_RELOC_P argument.  Set it appropriately.
        (elf32_arm_relocate_section): Update call to
        elf32_arm_final_link_relocate.  Don't clobber RELOCATION; use
        unresolved_reloc instead.

OK.


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