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. 54674d38930c7da1af518510fede6f700f5ca596


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  54674d38930c7da1af518510fede6f700f5ca596 (commit)
      from  9860cbcfb60bdae2f9800e6a6ea5f21ef1507d08 (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=54674d38930c7da1af518510fede6f700f5ca596

commit 54674d38930c7da1af518510fede6f700f5ca596
Author: Cary Coutant <ccoutant@google.com>
Date:   Wed Jul 2 16:12:51 2014 -0700

    Make Elf_file::section_name() a const function, so that it can be used in
    places where we have only a const Elf_file*.
    
    elfcpp/
    	* elfcpp_file.h (Elf_file::shnum): New const function.
    	(Elf_file::shstrndx): New const function.
    	(Elf_file::large_shndx_offset): New const function.
    	(Elf_file::section_name): Add const attribute.
    	(Elf_file::section_header_offset): Likewise.
    
    gold/
    	* dwp.cc (Sized_relobj_dwo::do_section_name): Add const attribute.
    	* dynobj.h (Sized_dynobj::do_section_name): Likewise.
    	* incremental.cc (Sized_relobj_incr::do_section_name): Likewise.
    	(Sized_incr_dynobj::do_section_name): Likewise.
    	* incremental.h (Sized_relobj_incr::do_section_name): Likewise.
    	(Sized_incr_dynobj::do_section_name): Likewise.
    	* object.h (Object::section_name): Likewise.
    	(Object::do_section_name): Likewise.
    	(Sized_relobj_file::do_section_name): Likewise.
    	* plugin.cc (Sized_pluginobj::do_section_name): Likewise.
    	* plugin.h (Sized_pluginobj::do_section_name): Likewise.

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

Summary of changes:
 elfcpp/ChangeLog     |    8 ++++++++
 elfcpp/elfcpp_file.h |   38 ++++++++++++++++++++++++++++++++++----
 gold/ChangeLog       |   14 ++++++++++++++
 gold/dwp.cc          |    2 +-
 gold/dynobj.h        |    2 +-
 gold/incremental.cc  |    8 ++++----
 gold/incremental.h   |    4 ++--
 gold/object.h        |    6 +++---
 gold/plugin.cc       |    2 +-
 gold/plugin.h        |    2 +-
 10 files changed, 69 insertions(+), 17 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]