elflink.c (_bfd_elf_archive_symbol_lookup): Follow warning and
> indirect links here.
> ld/
> * ldlang.c (lang_one_common): Handle warning symbols.
>
I checked in this testcase.
Thanks.
--
H.J.
---
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index 5ee6
On Sat, Apr 30, 2011 at 6:13 PM, H.J. Lu wrote:
> On Sat, Apr 30, 2011 at 4:57 PM, Alan Modra wrote:
>> On Fri, Apr 29, 2011 at 05:07:33PM -0700, Roland McGrath wrote:
>>> I am seeing a strange thing. The (BFD) linker spuriously generates .plt
>>> and .rela.plt secti
On Sat, Apr 30, 2011 at 4:57 PM, Alan Modra wrote:
> On Fri, Apr 29, 2011 at 05:07:33PM -0700, Roland McGrath wrote:
>> I am seeing a strange thing. The (BFD) linker spuriously generates .plt
>> and .rela.plt sections (both empty) for a link that has no need for them.
>> It's reproduced with a tr
On Thu, Sep 18, 2008 at 4:44 AM, Nick Clifton <[EMAIL PROTECTED]> wrote:
> Hi Per, Hi H.J.,
>
> H.J. - this email is in response to a x86 assembler bug report from Per that
> was posted here:
>
> http://lists.gnu.org/archive/html/bug-binutils/2008-09/msg6.html
>
> I have a patch to fix the pro