diff options
author | DJ Delorie <dj@redhat.com> | 2015-04-24 17:05:13 -0400 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2015-04-24 17:05:52 -0400 |
commit | 08e2f2bbb4a4db51ad8476af6963998c9f6350e7 (patch) | |
tree | e48f8974631c03529b745b9b1a25a6d97d7debd7 /ld/Makefile.am | |
parent | faade85139b04a1de96fb78aab6ad5c25b826d01 (diff) | |
download | binutils-08e2f2bbb4a4db51ad8476af6963998c9f6350e7.zip binutils-08e2f2bbb4a4db51ad8476af6963998c9f6350e7.tar.gz binutils-08e2f2bbb4a4db51ad8476af6963998c9f6350e7.tar.bz2 |
Change msp430 emulation to msp430elf
* Makefile.am (msp430): Rename primary emulation to msp430elf.
(emsp430.c): Rename to emsp430elf.c, update dependencies
(emsp430X.c): Update dependencies.
* Makefile.in: Likewise.
* configure.tgt (msp430-*-*): Rename primary emulation to msp430elf.
* emulparame/msp430.sh: Rename to msp430elf.sh.
* emulparams/msp430X.sh: Update.
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r-- | ld/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am index 99e6fb1..15f8994 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -351,7 +351,7 @@ ALL_EMULATION_SOURCES = \ emcorepe.c \ emn10200.c \ emn10300.c \ - emsp430.c \ + emsp430elf.c \ emsp430X.c \ ends32elf.c \ ends32elf16m.c \ @@ -1528,10 +1528,10 @@ emn10300.c: $(srcdir)/emulparams/mn10300.sh \ $(srcdir)/emulparams/mn10200.sh \ $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} -emsp430.c: $(srcdir)/emulparams/msp430.sh \ +emsp430elf.c: $(srcdir)/emulparams/msp430elf.sh \ $(ELF_GEN_DEPS) $(srcdir)/scripttempl/elf32msp430.sc ${GEN_DEPENDS} -emsp430X.c: $(srcdir)/emulparams/msp430.sh $(srcdir)/emulparams/msp430X.sh \ +emsp430X.c: $(srcdir)/emulparams/msp430elf.sh $(srcdir)/emulparams/msp430X.sh \ $(ELF_GEN_DEPS) $(srcdir)/scripttempl/elf32msp430.sc ${GEN_DEPENDS} ends32elf.c: $(srcdir)/emulparams/nds32elf.sh \ |