Re: .gnu.warning.foo interferes with archive-member rules

2011-06-07 Thread H.J. Lu
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

Re: ld: spurious empty .plt/.rela.plt sections generated

2011-05-01 Thread H.J. Lu
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

Re: ld: spurious empty .plt/.rela.plt sections generated

2011-04-30 Thread H.J. Lu
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

Re: assertion failure with gas and broken syntax

2008-09-18 Thread H.J. Lu
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