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. 6128f9cf2b2c4188145faba45596ce49dd0f08be


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  6128f9cf2b2c4188145faba45596ce49dd0f08be (commit)
      from  70cc888ddc8b51e5a2cf030941446f0373681463 (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=6128f9cf2b2c4188145faba45596ce49dd0f08be

commit 6128f9cf2b2c4188145faba45596ce49dd0f08be
Author: Alan Modra <amodra@gmail.com>
Date:   Sat Aug 30 09:44:47 2014 +0930

    ppc476 patch area size miscalculation
    
    ppc476 sections that end exactly on a page boundary need the
    workaround applied when a function ends in "bctr", or when pasting
    together code from multiple sections.  The space allocated for the
    patch area didn't allow for this case, while the code in
    relocate_section performing the patches did, leading to an assertion
    failure.
    
    	* elf32-ppc.c (ppc_elf_relax_section): Fix off by one error.

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

Summary of changes:
 bfd/ChangeLog   |    4 ++++
 bfd/elf32-ppc.c |    2 +-
 2 files changed, 5 insertions(+), 1 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]