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. 668e22e51bc50b884a8c1872a2371a6b00a08f9d


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  668e22e51bc50b884a8c1872a2371a6b00a08f9d (commit)
      from  98dc0167d6bb0a931800078cb0eb36d403bc9994 (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=668e22e51bc50b884a8c1872a2371a6b00a08f9d

commit 668e22e51bc50b884a8c1872a2371a6b00a08f9d
Author: Alan Modra <amodra@gmail.com>
Date:   Mon Feb 17 16:51:25 2014 +1030

    ppc476 workaround for ld -r fixes
    
    This fixes the glaring error that the ppc476 workaround wasn't
    actually enabled for ld -r, and adjusts relocations to match moved
    code.
    
    bfd/
    	* elf32-ppc.c (ppc_elf_relocate_section): Move relocs on insns
    	patched for ppc476 workaround.  Reapply branch taken/not taken
    	relocs.
    ld/
    	* emultempl/ppc32elf.em (ppc_after_open_output): Really enable
    	ppc476 workaround for ld -r.

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

Summary of changes:
 bfd/ChangeLog            |    6 +++++
 bfd/elf32-ppc.c          |   53 ++++++++++++++++++++++++++++++++++++++++++++-
 ld/ChangeLog             |    5 ++++
 ld/emultempl/ppc32elf.em |    2 -
 4 files changed, 62 insertions(+), 4 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]