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. 982bbd97c56073d9524b71526dc5911ec32124ca


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  982bbd97c56073d9524b71526dc5911ec32124ca (commit)
      from  bb779192aecf89975aef7a16e1ea67789b5f38dd (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=982bbd97c56073d9524b71526dc5911ec32124ca

commit 982bbd97c56073d9524b71526dc5911ec32124ca
Author: Cary Coutant <ccoutant@google.com>
Date:   Wed Nov 26 14:41:46 2014 -0800

    Update list of debug sections for --strip-debug-xxx options.
    
    Add .debug_gdb_scripts, .debug_gnu_pubnames, .debug_gnu_pubtypes,
    and .debug_str_offsets to lists of sections to strip or keep
    when stripping debug info.
    
    gold/
    	* layout.cc (gdb_sections): Keep .debug_gdb_scripts and
    	.debug_str_offsets; strip .debug_gnu_pubnames and
    	.debug_gnu_pubtypes.
    	(lines_only_debug_sections): Strip all four new sections.

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

Summary of changes:
 gold/ChangeLog |    7 +++++++
 gold/layout.cc |    8 ++++++++
 2 files changed, 15 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]