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. 16e4ecc0dbe114cfc97fe2cd32a035ae4c37f22b


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  16e4ecc0dbe114cfc97fe2cd32a035ae4c37f22b (commit)
       via  cda796e168a389624b4e06031922bf5eaf0b6f51 (commit)
       via  eb8d7fda368dbc5ddca45b672167a619e76e049f (commit)
      from  46bbb3edacf5a86d3f84de52593119396b448b69 (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=16e4ecc0dbe114cfc97fe2cd32a035ae4c37f22b

commit 16e4ecc0dbe114cfc97fe2cd32a035ae4c37f22b
Author: Alan Modra <amodra@gmail.com>
Date:   Wed Jan 22 16:05:12 2014 +1030

    Display the reference causing a shared library to be needed
    
    Adds a section for --as-needed libraries to a linker map file, similar
    to what we do for archive libraries.
    
    bfd/
    	* elflink.c (elf_link_add_object_symbols): Call minfo for --as-needed.
    ld/
    	* ldlang.c (asneeded_list_head, asneeded_list_tail): New vars.
    	(lang_init): Initialise them.
    	(lang_print_asneeded): New function.
    	(lang_process): Call lang_print_asneeded.
    	* ldlang.h (struct asneeded_minfo): New.
    	(asneeded_list_tail): Declare.
    	* ldmain.c (add_archive_element): Improve archive map heading.
    	* ldmisc.c (minfo): Stash --as-needed info.

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

commit cda796e168a389624b4e06031922bf5eaf0b6f51
Author: Alan Modra <amodra@gmail.com>
Date:   Wed Jan 22 15:36:27 2014 +1030

    Fix gas build breakage
    
    	* config/tc-tic4x.c (md_shortopts): s/CONST/const/.

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

commit eb8d7fda368dbc5ddca45b672167a619e76e049f
Author: Alan Modra <amodra@gmail.com>
Date:   Wed Jan 22 15:34:30 2014 +1030

    Comment typo
    
    	* elf64-ppc.c (STK_LINKER): Comment typo fix.

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

Summary of changes:
 bfd/ChangeLog         |    8 ++++++++
 bfd/elf64-ppc.c       |    2 +-
 bfd/elflink.c         |    3 +++
 gas/ChangeLog         |    4 ++++
 gas/config/tc-tic4x.c |    2 +-
 ld/ChangeLog          |   11 +++++++++++
 ld/ldlang.c           |   44 ++++++++++++++++++++++++++++++++++++++++++++
 ld/ldlang.h           |    9 +++++++++
 ld/ldmain.c           |    3 ++-
 ld/ldmisc.c           |   17 ++++++++++++++++-
 10 files changed, 99 insertions(+), 4 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]