From 0888b19a5b93475f81e5d8ad78256b80bb8cb021 Mon Sep 17 00:00:00 2001 From: amodra Date: Sat, 26 Jun 2004 04:20:13 +0000 Subject: [PATCH] * ld-bootstrap/bootstrap.exp: Handle timestamps in more pe targets. --- ld/testsuite/ChangeLog | 4 ++++ ld/testsuite/ld-bootstrap/bootstrap.exp | 8 +++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index ba21c9868d..af45ad3af5 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-06-26 Alan Modra + + * ld-bootstrap/bootstrap.exp: Handle timestamps in more pe targets. + 2004-06-24 H.J. Lu * ld-elfvers/vers.exp: Use PIC for shared libraries by default. diff --git a/ld/testsuite/ld-bootstrap/bootstrap.exp b/ld/testsuite/ld-bootstrap/bootstrap.exp index 69ed6ab6c6..de3e0ab9ae 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. -- 2.11.0