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 binutils-2_25-branch updated. a0f8cd12efd921e4471afaf3e53c2b984ecf850a


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, binutils-2_25-branch has been updated
       via  a0f8cd12efd921e4471afaf3e53c2b984ecf850a (commit)
      from  9ec85a27138aefcd3fc35ddbd7727f384fe299b1 (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=a0f8cd12efd921e4471afaf3e53c2b984ecf850a

commit a0f8cd12efd921e4471afaf3e53c2b984ecf850a
Author: Alan Modra <amodra@gmail.com>
Date:   Wed Nov 26 10:55:58 2014 +1030

    [GOLD] PowerPC relaxation corner case
    
    It's possible for the section grouping code to decide that the last
    section looked at (the first section by address) doesn't fit into a
    group.  In one case that section is already a group owner and that is
    handled correctly.  In other cases the section should be put into its
    own group.  Like this:
    
    	* powerpc.cc (Stub_control::set_output_and_owner): New function.
    	(Target_powerpc::group_sections): Use it.

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

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