This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: ARM: Update protected symbol support
- From: Richard Earnshaw <rearnsha at gcc dot gnu dot org>
- To: Daniel Jacobowitz <drow at false dot org>
- Cc: binutils at sources dot redhat dot com
- Date: Tue, 22 Mar 2005 12:06:12 +0000
- Subject: Re: ARM: Update protected symbol support
- Organization: GNU
- References: <20050318220254.GA8603@nevyn.them.org>
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.