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. 6c8d8bfdad7a36b97efa887bb2e6ec69c2fb61a9


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  6c8d8bfdad7a36b97efa887bb2e6ec69c2fb61a9 (commit)
      from  9da92c3812d5b5ddca09b4732939f1645d89bc59 (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=6c8d8bfdad7a36b97efa887bb2e6ec69c2fb61a9

commit 6c8d8bfdad7a36b97efa887bb2e6ec69c2fb61a9
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu Feb 6 09:44:25 2014 -0800

    Mark symbol in executables if it matches dynamic_list
    
    bfd/
    
    	PR gold/16530
    	* elflink.c (bfd_elf_gc_mark_dynamic_ref_symbol): Mark symbol in
    	executables if it matches dynamic_list.
    
    ld/testsuite/
    
    	PR gold/16530
    	* ld-elf/dynamic-1.c: New file.
    	* ld-elf/dynamic-1.rd: Likewise.
    	* ld-elf/dynamic-1.syms: Likewise.
    
    	* ld-elf/shared.exp (build_tests): Add dynamic-1.

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

Summary of changes:
 bfd/ChangeLog                      |    5 +++++
 bfd/elflink.c                      |    6 +++++-
 ld/testsuite/ChangeLog             |   10 ++++++++++
 ld/testsuite/ld-elf/dynamic-1.c    |   10 ++++++++++
 ld/testsuite/ld-elf/dynamic-1.rd   |    5 +++++
 ld/testsuite/ld-elf/dynamic-1.syms |    3 +++
 ld/testsuite/ld-elf/shared.exp     |    3 +++
 7 files changed, 41 insertions(+), 1 deletions(-)
 create mode 100644 ld/testsuite/ld-elf/dynamic-1.c
 create mode 100644 ld/testsuite/ld-elf/dynamic-1.rd
 create mode 100644 ld/testsuite/ld-elf/dynamic-1.syms


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]