From df26367c793cd2b4c78e111c2d9f9c8c8733b7e9 Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Wed, 1 May 2013 17:27:46 +0000 Subject: [PATCH] bfd/ * config.bfd: Replace alpha*-*-linuxecoff* pattern with alpha*-*-linux*ecoff*. binutils/testsuite/ * lib/binutils-common.exp (is_elf_format): Also exclude *-*-linux*ecoff*. gas/ * configure.tgt: Replace alpha*-*-linuxecoff* pattern with alpha*-*-linux*ecoff*. ld/ * configure.tgt: Replace alpha*-*-linuxecoff* pattern with alpha*-*-linux*ecoff*. Update the `sed' pattern used to convert from alpha*-*-linux-* to alpha*-*-linux*ecoff*. --- bfd/ChangeLog | 5 +++++ bfd/config.bfd | 2 +- binutils/testsuite/ChangeLog | 5 +++++ binutils/testsuite/lib/binutils-common.exp | 1 + gas/ChangeLog | 5 +++++ gas/configure.tgt | 2 +- ld/ChangeLog | 6 ++++++ ld/configure.tgt | 4 ++-- 8 files changed, 26 insertions(+), 4 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f0f538f4a8..2a0ee47096 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2013-05-01 Maciej W. Rozycki + + * config.bfd: Replace alpha*-*-linuxecoff* pattern with + alpha*-*-linux*ecoff*. + 2013-04-30 Olaf Flebbe PR binutils/15417 diff --git a/bfd/config.bfd b/bfd/config.bfd index 228e7c1a5d..5634154423 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -202,7 +202,7 @@ case "${targ}" in targ_selvecs=nlm32_alpha_vec want64=true ;; - alpha*-*-linuxecoff*) + alpha*-*-linux*ecoff*) targ_defvec=ecoffalpha_little_vec targ_selvecs=bfd_elf64_alpha_vec want64=true diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 06fd5e4439..cd12d3824d 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2013-05-01 Maciej W. Rozycki + + * lib/binutils-common.exp (is_elf_format): Also exclude + *-*-linux*ecoff*. + 2013-02-26 Nick Clifton PR binutils/15191 diff --git a/binutils/testsuite/lib/binutils-common.exp b/binutils/testsuite/lib/binutils-common.exp index 68efb90c78..af0040ec0c 100644 --- a/binutils/testsuite/lib/binutils-common.exp +++ b/binutils/testsuite/lib/binutils-common.exp @@ -44,6 +44,7 @@ proc is_elf_format {} { } if { [istarget *-*-linux*aout*] + || [istarget *-*-linux*ecoff*] || [istarget *-*-linux*oldld*] || [istarget h8500-*-rtems*] || [istarget i960-*-rtems*] diff --git a/gas/ChangeLog b/gas/ChangeLog index f152068871..1eba1b29c4 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2013-05-01 Maciej W. Rozycki + + * configure.tgt: Replace alpha*-*-linuxecoff* pattern with + alpha*-*-linux*ecoff*. + 2013-04-30 Chao-ying Fu * config/tc-mips.c (mips_ip): Add sizelo. diff --git a/gas/configure.tgt b/gas/configure.tgt index da6f65a184..f416149166 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -121,7 +121,7 @@ case ${generic_target} in alpha-*-*vms*) fmt=evax ;; alpha-*-osf*) fmt=ecoff ;; - alpha-*-linuxecoff*) fmt=ecoff ;; + alpha-*-linux*ecoff*) fmt=ecoff ;; alpha-*-linux-*) fmt=elf em=linux ;; alpha-*-netbsd*) fmt=elf em=nbsd ;; alpha-*-openbsd*) fmt=elf em=obsd ;; diff --git a/ld/ChangeLog b/ld/ChangeLog index 39dc9e7687..62dd0257dd 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2013-05-01 Maciej W. Rozycki + + * configure.tgt: Replace alpha*-*-linuxecoff* pattern with + alpha*-*-linux*ecoff*. Update the `sed' pattern used to convert + from alpha*-*-linux-* to alpha*-*-linux*ecoff*. + 2013-05-01 Maciej W. Rozycki * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): diff --git a/ld/configure.tgt b/ld/configure.tgt index 65884fae8e..8d7aec431c 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -57,10 +57,10 @@ alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu) targ_emul=elf64alpha_fbsd targ_extra_emuls="elf64alpha alpha" tdir_alpha=`echo ${targ_alias} | sed -e 's/freebsd/freebsdecoff/'` ;; -alpha*-*-linuxecoff*) targ_emul=alpha targ_extra_emuls=elf64alpha +alpha*-*-linux*ecoff*) targ_emul=alpha targ_extra_emuls=elf64alpha tdir_elf64alpha=`echo ${targ_alias} | sed -e 's/ecoff//'` ;; alpha*-*-linux-*) targ_emul=elf64alpha targ_extra_emuls=alpha - tdir_alpha=`echo ${targ_alias} | sed -e 's/linux/linuxecoff/'` ;; + tdir_alpha=`echo ${targ_alias} | sed -e 's/linux\(-gnu\)*/linux\1ecoff/'` ;; alpha*-*-osf*) targ_emul=alpha ;; alpha*-*-gnu*) targ_emul=elf64alpha ;; alpha*-*-netware*) targ_emul=alpha ;; -- 2.34.1