aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-bootstrap
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2004-06-26 04:20:14 +0000
committerAlan Modra <amodra@gmail.com>2004-06-26 04:20:14 +0000
commit336d6a643235878f2fe1a7895e7a00b3ce86a71b (patch)
tree9841d2a37011cd1ee079571afff56578681a0291 /ld/testsuite/ld-bootstrap
parentb4607cf896233b4fd70bdf09c7e38b796e647445 (diff)
downloadfsf-binutils-gdb-336d6a643235878f2fe1a7895e7a00b3ce86a71b.zip
fsf-binutils-gdb-336d6a643235878f2fe1a7895e7a00b3ce86a71b.tar.gz
fsf-binutils-gdb-336d6a643235878f2fe1a7895e7a00b3ce86a71b.tar.bz2
* ld-bootstrap/bootstrap.exp: Handle timestamps in more pe targets.
Diffstat (limited to 'ld/testsuite/ld-bootstrap')
-rw-r--r--ld/testsuite/ld-bootstrap/bootstrap.exp8
1 files changed, 7 insertions, 1 deletions
diff --git a/ld/testsuite/ld-bootstrap/bootstrap.exp b/ld/testsuite/ld-bootstrap/bootstrap.exp
index 69ed6ab..de3e0ab 100644
--- a/ld/testsuite/ld-bootstrap/bootstrap.exp
+++ b/ld/testsuite/ld-bootstrap/bootstrap.exp
@@ -137,7 +137,13 @@ foreach flags {"" "strip" "--static" "--traditional-format"
send_log "compare (tail of) tmpdir/ld2 tmpdir/ld3\n"
verbose "compare (tail of) tmpdir/ld2 tmpdir/ld3"
if {[istarget "*-*-pe"]
- || [istarget "*-*-wince"]} {
+ || [istarget "*-*-wince"]
+ || [istarget "*-*-cygwin*"]
+ || [istarget "*-*-winnt*"]
+ || [istarget "*-*-mingw32*"]
+ || [istarget "*-*-interix*"]
+ || [istarget "*-*-beospe*"]
+ || [istarget "*-*-netbsdpe*"]} {
# Trim off the date present in PE binaries by only looking
# at the ends of the files
# Although this works, a way to set the date would be better.