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. 73242275062071346a7c377aca5e704679f25f82


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  73242275062071346a7c377aca5e704679f25f82 (commit)
      from  e74211b660791d29be21e11766c5b375f5df59b1 (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=73242275062071346a7c377aca5e704679f25f82

commit 73242275062071346a7c377aca5e704679f25f82
Author: Alan Modra <amodra@gmail.com>
Date:   Tue Oct 21 20:44:38 2014 +1030

    Relax ppc64_elf_tls_optimize assertion
    
    The code in ppc64_elf_tls_optimize looking at the .toc is only
    interested in .toc entries that are addresses.  .toc can contain more
    than just an array of addresses, so if we have items that aren't
    8-byte aligned, ignore them.
    
    	* elf64-ppc.c (ppc64_elf_tls_optimize): Ignore relocs against toc
    	entries that aren't a multiple of 8 rather than failing assertion.

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

Summary of changes:
 bfd/ChangeLog   |    5 +++++
 bfd/elf64-ppc.c |    5 ++++-
 2 files changed, 9 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]