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. 33e44f2eb27d78f57ed83d11f04652691d896a6f


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  33e44f2eb27d78f57ed83d11f04652691d896a6f (commit)
      from  cf2f8b3bf23461d3ebc5bed49e89923982cd01b5 (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=33e44f2eb27d78f57ed83d11f04652691d896a6f

commit 33e44f2eb27d78f57ed83d11f04652691d896a6f
Author: Alan Modra <amodra@gmail.com>
Date:   Tue Nov 5 11:52:26 2013 +1030

    Update elf64-ppc.c to use elf_link_hash_table shortcuts.
    
    These shortcuts to dynamic sections in ppc_link_hash_table predated
    their geneneric elf hash table equivalents.
    
    	* elf64-ppc.c (struct ppc_link_hash_table): Remove got, plt, relplt,
    	iplt, reliplt.  Update all references to use elf.sgot, elf.splt,
    	elf.srelplt, elf.iplt and elf.irelplt.

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

Summary of changes:
 bfd/ChangeLog   |    9 +++-
 bfd/elf64-ppc.c |  148 +++++++++++++++++++++++++------------------------------
 2 files changed, 74 insertions(+), 83 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]