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. 7225345dbbe39f61b1c7e52732b621cfb1d830c5


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  7225345dbbe39f61b1c7e52732b621cfb1d830c5 (commit)
      from  40ed484e74e74fa116095eaf29e44b1cfee58811 (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=7225345dbbe39f61b1c7e52732b621cfb1d830c5

commit 7225345dbbe39f61b1c7e52732b621cfb1d830c5
Author: Alan Modra <amodra@gmail.com>
Date:   Fri Jan 17 10:39:50 2014 +1030

    Allow ld target customiser script to force on disk scripts.
    
    Mucking with EMULATION_LIBPATH has unwanted side effects.  Allow nds32
    emulparams scripts to disable compiled-in scripts naturally, by
    setting COMPILE_IN=no.
    
    	* genscripts.sh (COMPILE_IN): Don't set if already set.
    	* emulparams/nds32elf.sh: Don't clear EMULATION_LIBPATH, set
    	COMPILE_IN=no.
    	* emulparams/nds32elf16m.sh: Likewise.
    	* emulparams/nds32elf_linux.sh: Likewise.
    	* emultempl/aix.em: Test COMPILE_IN value is "yes".
    	* emultempl/armcoff.em: Likewise.
    	* emultempl/elf32.em: Likewise.
    	* emultempl/generic.em: Likewise.
    	* emultempl/gld960.em: Likewise.
    	* emultempl/gld960c.em: Likewise.
    	* emultempl/linux.em: Likewise.
    	* emultempl/lnk960.em: Likewise.
    	* emultempl/m68kcoff.em: Likewise.
    	* emultempl/sunos.em: Likewise.
    	* emultempl/ticoff.em: Likewise.

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

Summary of changes:
 ld/ChangeLog                    |   19 +++++++++++++++++++
 ld/emulparams/nds32elf.sh       |    5 ++---
 ld/emulparams/nds32elf16m.sh    |    5 ++---
 ld/emulparams/nds32elf_linux.sh |    5 ++---
 ld/emultempl/aix.em             |    2 +-
 ld/emultempl/armcoff.em         |    2 +-
 ld/emultempl/elf32.em           |    2 +-
 ld/emultempl/generic.em         |    2 +-
 ld/emultempl/gld960.em          |    2 +-
 ld/emultempl/gld960c.em         |    2 +-
 ld/emultempl/linux.em           |    2 +-
 ld/emultempl/lnk960.em          |    2 +-
 ld/emultempl/m68kcoff.em        |    2 +-
 ld/emultempl/sunos.em           |    2 +-
 ld/emultempl/ticoff.em          |    2 +-
 ld/genscripts.sh                |    4 ++--
 16 files changed, 38 insertions(+), 22 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]