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. 99fd8cfff7a9da67efc2e6c627176f5c767c6e7d


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  99fd8cfff7a9da67efc2e6c627176f5c767c6e7d (commit)
       via  91f43acd5d692518f95a901e92dec7dbb6347564 (commit)
      from  5da151d470a6c99ae6cbd5efa01f2a3b97261e59 (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=99fd8cfff7a9da67efc2e6c627176f5c767c6e7d

commit 99fd8cfff7a9da67efc2e6c627176f5c767c6e7d
Author: Cary Coutant <ccoutant@google.com>
Date:   Tue Apr 15 11:24:30 2014 -0700

    Allow target to decide whether to include a section.
    
    2014-04-15  Sasa Stankovic  <Sasa.Stankovic@imgtec.com>
    
    gold/
    	* layout.cc (Layout::include_section): Allow a target to decide
    	whether to include a section.
    	* target.h (Target::should_include_section): New function.
    	(Target::do_should_include_section): New function.

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

commit 91f43acd5d692518f95a901e92dec7dbb6347564
Author: Cary Coutant <ccoutant@google.com>
Date:   Tue Apr 15 11:19:18 2014 -0700

    Allow target to derive from Copy_relocs class.
    
    2014-04-15  Sasa Stankovic  <Sasa.Stankovic@imgtec.com>
    
    gold/
    	* copy-relocs.cc (Copy_relocs::Copy_reloc_entry::emit): Remove and
    	inline into ...
    	(Copy_relocs::emit): ... here.
    	* copy-relocs.h (Copy_reloc_entry): Change from class to struct.
    	(Copy_reloc_entry::make_copy_reloc): Change from private to protected.
    	(Copy_reloc_entry::entries_): Change from private to protected.

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

Summary of changes:
 gold/ChangeLog      |   16 ++++++++++++++++
 gold/copy-relocs.cc |   32 ++++++++++++--------------------
 gold/copy-relocs.h  |   30 ++++++++++++------------------
 gold/layout.cc      |    8 +++++++-
 gold/target.h       |   10 ++++++++++
 5 files changed, 57 insertions(+), 39 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]