summaryrefslogtreecommitdiffstats
path: root/binutils
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
commitdf26367c793cd2b4c78e111c2d9f9c8c8733b7e9 (patch)
tree3dc9ba75bdb86fa550a3bcb5f4ad83a6fe79e39a /binutils
parent23c80bf47b6b9523842cde8f3c9b1b75d15e2300 (diff)
downloadppe42-binutils-df26367c793cd2b4c78e111c2d9f9c8c8733b7e9.tar.gz
ppe42-binutils-df26367c793cd2b4c78e111c2d9f9c8c8733b7e9.zip
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')
-rw-r--r--binutils/testsuite/ChangeLog5
-rw-r--r--binutils/testsuite/lib/binutils-common.exp1
2 files changed, 6 insertions, 0 deletions
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 <macro@codesourcery.com>
+
+ * lib/binutils-common.exp (is_elf_format): Also exclude
+ *-*-linux*ecoff*.
+
2013-02-26 Nick Clifton <nickc@redhat.com>
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*]
OpenPOWER on IntegriCloud