* ld-bootstrap/bootstrap.exp: Handle timestamps in more pe targets.

This commit is contained in:
Alan Modra 2004-06-26 04:20:14 +00:00
parent b4607cf896
commit 336d6a6432
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-06-26 Alan Modra <amodra@bigpond.net.au>
* ld-bootstrap/bootstrap.exp: Handle timestamps in more pe targets.
2004-06-24 H.J. Lu <hongjiu.lu@intel.com>
* ld-elfvers/vers.exp: Use PIC for shared libraries by default.

View File

@ -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.