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. e02a4046e0617f3e2c1b811a1888db3fa998dfa4


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  e02a4046e0617f3e2c1b811a1888db3fa998dfa4 (commit)
      from  15969b63f98e669afd097a1878b191a01bf95d82 (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=e02a4046e0617f3e2c1b811a1888db3fa998dfa4

commit e02a4046e0617f3e2c1b811a1888db3fa998dfa4
Author: Cary Coutant <ccoutant@google.com>
Date:   Tue Dec 16 14:57:17 2014 -0800

    Fix internal error in gold when -Map and --compress-debug-sections are used
    together.
    
    gold/
    	* mapfile.cc (Mapfile::print_input_section): Print uncompressed sizes.
    	(Mapfile::print_output_data): Use current_data_size() to avoid
    	assert for sections requiring postprocessing; if address is not valid,
    	print 0.
    	(Mapfile::print_output_section): Use current_data_size(); print note
    	that addresses and sizes are before compression.

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

Summary of changes:
 gold/ChangeLog  |    9 +++++++++
 gold/mapfile.cc |   16 ++++++++++++----
 2 files changed, 21 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]