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


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  ce46249c155b7eac6cf1c1f0d148ea7bbb340dca (commit)
      from  ad7cf460ea40f0867c3c81ee1c98ba10e20685b4 (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=ce46249c155b7eac6cf1c1f0d148ea7bbb340dca

commit ce46249c155b7eac6cf1c1f0d148ea7bbb340dca
Author: Alan Modra <amodra@gmail.com>
Date:   Mon Jun 2 13:54:54 2014 +0930

    fix 2014-05-28 ld Makefile.am changes
    
    bfin, msp, and score all used an extra parameter to genscripts.sh
    to select a "customizer_script" different from the standard one
    named from the emulation.  This patch renames the scripts to avoid
    the need, tidying them in the process.
    
    	* emulparams/elf32bfin.sh: Rename from bfin.sh.
    	* emulparams/elf32bfinfd.sh: Update to suit.
    	* emulparams/: Delete.
    	* emulparams/msp430.sh: Rename from msp430all.sh.  Remove
    	MSP430_NAME and msp430X vars.
    	* emulparams/msp430X.sh: New.
    	* emulparams/: Delete.
    	* emulparams/score3_elf.sh: Rename from scoreelf.sh.  Remove
    	SCORE_NAME and score7_elf ARCH setting.
    	* emulparams/score7_elf.sh: New.
    	* Makefile.am (eelf32bfin.c, eelf32bfinfd.c): Update dependencies.
    	(emsp430.c, emsp430X.c, escore3_elf.c, escore7_elf.c): Likewise.
    	* Makefile.in: Regenerate.
    	* genscripts.sh: Delete customizer_script param.

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

Summary of changes:
 ld/ChangeLog                            |   17 +++++++++++++
 ld/Makefile.am                          |   19 +++++++-------
 ld/Makefile.in                          |   19 +++++++-------
 ld/emulparams/{bfin.sh => elf32bfin.sh} |    0
 ld/emulparams/elf32bfinfd.sh            |    2 +-
 ld/emulparams/msp430.sh                 |   18 +++++++++++++
 ld/emulparams/msp430X.sh                |    8 ++++++
 ld/emulparams/msp430all.sh              |   31 -----------------------
 ld/emulparams/score3_elf.sh             |   33 +++++++++++++++++++++++++
 ld/emulparams/score7_elf.sh             |    2 +
 ld/emulparams/scoreelf.sh               |   41 -------------------------------
 ld/genscripts.sh                        |   10 +------
 12 files changed, 99 insertions(+), 101 deletions(-)
 rename ld/emulparams/{bfin.sh => elf32bfin.sh} (100%)
 create mode 100644 ld/emulparams/msp430.sh
 create mode 100644 ld/emulparams/msp430X.sh
 delete mode 100644 ld/emulparams/msp430all.sh
 create mode 100644 ld/emulparams/score3_elf.sh
 create mode 100644 ld/emulparams/score7_elf.sh
 delete mode 100644 ld/emulparams/scoreelf.sh


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]