summaryrefslogtreecommitdiff
path: root/binutils/testsuite/lib
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2013-05-01 17:27:46 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2013-05-01 17:27:46 +0000
commit014c702bc911f2041d3e11ee24261cae17e20145 (patch)
tree2ff9acc9b6a75c9f3950615fd8cfe19faaeb2c3c /binutils/testsuite/lib
parentfc5b93e6f17ef8fab08e1cbe40b6bf1b9f01e588 (diff)
downloadbinutils-redhat-014c702bc911f2041d3e11ee24261cae17e20145.tar.gz
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*.
Diffstat (limited to 'binutils/testsuite/lib')
-rw-r--r--binutils/testsuite/lib/binutils-common.exp1
1 files changed, 1 insertions, 0 deletions
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*]