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


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  db434ba03edb5491d48415069d6116b5037e6fa1 (commit)
      from  3cdd631f17c822cd58f2fc9c742dc60ed683b5c1 (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=db434ba03edb5491d48415069d6116b5037e6fa1

commit db434ba03edb5491d48415069d6116b5037e6fa1
Author: Alan Modra <amodra@gmail.com>
Date:   Thu Feb 27 23:31:35 2014 +1030

    Fix ELF ppc32 targets that don't use ppc32elf.em
    
    5446cbdf82892a800ed7eef563a795e75223ec52 broke powerpc-lynxos,
    powerpc-netware, powerpc-windiss and powerpc-vxworks.
    
    bfd/
    	* elf32-ppc.c (ppc_elf_link_hash_table_create): Provide default
    	params for targets that don't use ppc32elf.em.
    ld/
    	* emulparams/elf32ppcvxworks.sh: Source plt_unwind.sh and
    	use ppc32elf.em.
    	* emultempl/ppc32elf.em (ppc_after_open): Don't compile for
    	vxworks.
    	(LDEMUL_AFTER_OPEN): Don't set for vxworks.
    	(PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Exclude
    	-secure-plt, -bss-plt and -sdata-got when vxworks.

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

Summary of changes:
 bfd/ChangeLog                    |    5 +++++
 bfd/elf32-ppc.c                  |    7 ++++---
 ld/ChangeLog                     |   10 ++++++++++
 ld/emulparams/elf32ppcvxworks.sh |    2 ++
 ld/emultempl/ppc32elf.em         |   31 ++++++++++++++++++++++++-------
 5 files changed, 45 insertions(+), 10 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]