This is the mail archive of the binutils-cvs@sourceware.org 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]

gdb and binutils branch master updated. 1240be6b7d0a5604c4e3efe12c9e1d08ebc246be


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  1240be6b7d0a5604c4e3efe12c9e1d08ebc246be (commit)
      from  759388538d1339f6a634b2777e24f46427dd9c96 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1240be6b7d0a5604c4e3efe12c9e1d08ebc246be

commit 1240be6b7d0a5604c4e3efe12c9e1d08ebc246be
Author: Alan Modra <amodra@gmail.com>
Date:   Mon Aug 18 14:43:03 2014 +0930

    PR 17287, DT_NEEDED of unneeded libraries affects --as-needed
    
    	PR 17287
    bfd/
    	* elflink.c (on_needed_list): Only consider libraries that have
    	been loaded.
    ld/
    	* ld.texinfo (--as-needed): Clarify that references from libraries
    	must be from needed libraries.
    ld/testsuite/
    	* ld-plugin/needed3.c: New file.
    	* ld-elf/shared.exp: Add needed3 test.

-----------------------------------------------------------------------

Summary of changes:
 bfd/ChangeLog                                      |    6 ++++++
 bfd/elflink.c                                      |    3 ++-
 ld/ChangeLog                                       |    5 +++++
 ld/ld.texinfo                                      |    4 ++--
 ld/testsuite/ChangeLog                             |    5 +++++
 .../{ld-elfweak/size_main.c => ld-elf/needed3.c}   |    2 +-
 ld/testsuite/ld-elf/shared.exp                     |   12 ++++++++++++
 7 files changed, 33 insertions(+), 4 deletions(-)
 copy ld/testsuite/{ld-elfweak/size_main.c => ld-elf/needed3.c} (61%)


hooks/post-receive
-- 
gdb and binutils


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