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 binutils-2_24-branch updated. 72f758d066732d56d50851a97dd67a31f331e2b3


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, binutils-2_24-branch has been updated
       via  72f758d066732d56d50851a97dd67a31f331e2b3 (commit)
      from  a100742060a3d12d000c57f19358b3471b9aba76 (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=72f758d066732d56d50851a97dd67a31f331e2b3

commit 72f758d066732d56d50851a97dd67a31f331e2b3
Author: Alan Modra <amodra@gmail.com>
Date:   Sun Dec 8 15:26:12 2013 +1030

    Fix --as-needed undefined symbol references from dynamic libraries.
    
    libx.so refers to some_sym, liby.so provides some_sym@some_version
    wasn't seen as satisfying the reference.
    
    	* elf64-ppc.c (_bfd_elf_add_default_symbol): Set dynamic_def
    	and ref_dynamic_nonweak when chaining together indirect
    	symbols.

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

Summary of changes:
 bfd/ChangeLog |    6 ++++++
 bfd/elflink.c |    8 ++++++++
 2 files changed, 14 insertions(+), 0 deletions(-)


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]