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


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  a20605cf85452f051434296ddfd8ed109577bb6b (commit)
      from  38bd618497d57d118160976867397e8bb22732d8 (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=a20605cf85452f051434296ddfd8ed109577bb6b

commit a20605cf85452f051434296ddfd8ed109577bb6b
Author: Alan Modra <amodra@gmail.com>
Date:   Wed Nov 26 10:06:07 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]