include/
[external/binutils.git] / ld / testsuite / ld-scripts / align.exp
index e666982..9ea46d0 100644 (file)
@@ -32,17 +32,11 @@ if ![ld_assemble $as $srcdir/$subdir/align.s tmpdir/align.o] {
     return
 }
 
-# Doesn't work on PECOFF, appears to be a genuine bug.
 # mingw on x86_64 targets need to set the image base to 0 to avoid auto image-basing.
 global LDFLAGS
 set saved_LDFLAGS "$LDFLAGS"
 if [istarget "x86_64-*-mingw*"] then {
   set LDFLAGS "$LDFLAGS --image-base 0"
-} else {
-  if [is_pecoff_format] {
-  global target_triplet
-  setup_xfail $target_triplet
-  }
 }
 
 if ![ld_simple_link $ld tmpdir/align "$LDFLAGS -T $srcdir/$subdir/align.t tmpdir/align.o"] {
@@ -52,11 +46,7 @@ if ![ld_simple_link $ld tmpdir/align "$LDFLAGS -T $srcdir/$subdir/align.t tmpdir
 }
 
 if ![is_aout_format] {
-    # The z80-coff port defaults to a "binary" like output
-    # file format which does not include a data section.
-    setup_xfail "z80-*-coff"
     run_dump_test align2a
-    setup_xfail "z80-*-coff"
     run_dump_test align2b
 }
 run_dump_test align2c