aboutsummaryrefslogtreecommitdiff
path: root/ld/configure.tgt
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2014-01-28 12:25:48 +0000
committerNick Clifton <nickc@redhat.com>2014-01-28 12:25:48 +0000
commit1ade065130f80f4fef38468315d85a1e60a560db (patch)
tree069f1475108d925b70e5c46e5d8acf154d4b00d9 /ld/configure.tgt
parentd82ba9f90a5de61c4286fac371673d56a38108fc (diff)
downloadgdb-1ade065130f80f4fef38468315d85a1e60a560db.zip
gdb-1ade065130f80f4fef38468315d85a1e60a560db.tar.gz
gdb-1ade065130f80f4fef38468315d85a1e60a560db.tar.bz2
The MSP430 linker contains emulations for old and obsolete MCU types.
Since all MCUs now have their own specific linker script (courtesy of TI) there is no need for these emulations and so this patch removes them. * Makefile.am: Remove obsolete MSP430 emulations. * configure.tgt: Likewise. * emulparams/msp430all.sh: Likewise. * Makefile.in: Regenerate.
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r--ld/configure.tgt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt
index 72d7090..c2c3eab 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -511,8 +511,8 @@ mn10300-*-*) targ_emul=mn10300
;;
mt-*elf) targ_emul=elf32mt
;;
-msp430-*-*) targ_emul=msp430x110
- targ_extra_emuls="msp430x112 msp430x1101 msp430x1111 msp430x1121 msp430x1122 msp430x1132 msp430x122 msp430x123 msp430x1222 msp430x1232 msp430x133 msp430x135 msp430x1331 msp430x1351 msp430x147 msp430x148 msp430x149 msp430x155 msp430x156 msp430x157 msp430x167 msp430x168 msp430x169 msp430x1610 msp430x1611 msp430x1612 msp430x2101 msp430x2111 msp430x2121 msp430x2131 msp430x311 msp430x312 msp430x313 msp430x314 msp430x315 msp430x323 msp430x325 msp430x336 msp430x337 msp430x412 msp430x413 msp430x415 msp430x417 msp430xE423 msp430xE425 msp430xE427 msp430xW423 msp430xW425 msp430xW427 msp430xG437 msp430xG438 msp430xG439 msp430x435 msp430x436 msp430x437 msp430x447 msp430x448 msp430x449 msp430X"
+msp430-*-*) targ_emul=msp430
+ targ_extra_emuls="msp430X"
;;
nds32*le-*-elf*) targ_emul=nds32elf
targ_extra_emuls="nds32elf16m nds32belf nds32belf16m"
@@ -760,7 +760,7 @@ xstormy16-*-*) targ_emul=elf32xstormy16
;;
xtensa*-*-*) targ_emul=elf32xtensa
;;
-xgate-*-*) targ_emul=xgateelf
+xgate-*-*) targ_emul=xgateelf
;;
z80-*-coff) targ_emul=z80
;;