aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorKaz Kojima <kkojima@rr.iij4u.or.jp>2015-10-01 14:19:53 +0900
committerKaz Kojima <kkojima@rr.iij4u.or.jp>2015-10-01 14:19:53 +0900
commit0e1e4a751264ef12dce933e720152914c9ea5eb6 (patch)
treee2a9a9fec0aee7593cf529b8931e9360c465f7e0 /ld
parentde48f481b1769866ad8da5923792a49420a2d157 (diff)
downloadgdb-0e1e4a751264ef12dce933e720152914c9ea5eb6.zip
gdb-0e1e4a751264ef12dce933e720152914c9ea5eb6.tar.gz
gdb-0e1e4a751264ef12dce933e720152914c9ea5eb6.tar.bz2
ld/configure.tgt: Drop non-linux non-fdpic stuff from the last change of targ_extra_emuls for sh*-linux cases
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/configure.tgt6
2 files changed, 8 insertions, 3 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 4dc39bf..16cbe25 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2015-10-01 Kaz Kojima <kkojima@rr.iij4u.or.jp>
+
+ * configure.tgt (targ_extra_emuls): Remove shlelf and
+ shelf from sh*-*-linux cases.
+
2015-09-30 Rich Felker <dalias@libc.org>
* configure.tgt (targ_extra_emuls): Add fdpic and misc
diff --git a/ld/configure.tgt b/ld/configure.tgt
index bb958dc..90fb887 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -651,7 +651,7 @@ s390-*-linux*) targ_emul=elf_s390
score-*-elf) targ_emul=score7_elf
targ_extra_emuls=score3_elf ;;
sh-*-linux*) targ_emul=shlelf_linux
- targ_extra_emuls="shelf_linux shlelf_fd shelf_fd shlelf shelf"
+ targ_extra_emuls="shelf_linux shlelf_fd shelf_fd"
targ_extra_libpath=shelf_linux ;;
sh64eb-*-linux*) targ_emul=shelf32_linux
targ_extra_emuls="shlelf32_linux" ;;
@@ -659,9 +659,9 @@ sh64-*-linux*) targ_emul=shlelf32_linux
targ_extra_emuls="shelf32_linux"
targ_extra_libpath=shelf32_linux ;;
sh*eb-*-linux*) targ_emul=shelf_linux
- targ_extra_emuls="shelf_fd shelf" ;;
+ targ_extra_emuls="shelf_fd" ;;
sh*-*-linux*) targ_emul=shlelf_linux
- targ_extra_emuls="shlelf_fd shlelf" ;;
+ targ_extra_emuls="shlelf_fd" ;;
sh5le-*-netbsd*) targ_emul=shlelf32_nbsd
targ_extra_emuls="shelf32_nbsd shelf64_nbsd shlelf64_nbsd shelf_nbsd shlelf_nbsd" ;;
sh5-*-netbsd*) targ_emul=shelf32_nbsd