aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/align.exp
diff options
context:
space:
mode:
authorZack Weinberg <zackw@panix.com>2005-06-01 04:04:19 +0000
committerZack Weinberg <zackw@panix.com>2005-06-01 04:04:19 +0000
commita359509ed39f8affc5f3e995b57d7611edfbb59d (patch)
treecea3b01c4597471699599bfb337a20439ee2071b /ld/testsuite/ld-scripts/align.exp
parent7b8f476a17b961ff3d26cf02c8ea0d1da26ff5e6 (diff)
downloadgdb-a359509ed39f8affc5f3e995b57d7611edfbb59d.zip
gdb-a359509ed39f8affc5f3e995b57d7611edfbb59d.tar.gz
gdb-a359509ed39f8affc5f3e995b57d7611edfbb59d.tar.bz2
ld:
* ldlang.c (entry_symbol_default): New file-scope global. (lang_finish): Use it, not a hardwired "start". (lang_default_entry): Set it. * ldlang.h: Declare lang_default_entry. * emultempl/beos.em, emultempl/pe.em: Use lang_default_entry, not lang_add_entry, to override default entry point symbol. ld/testsuite: * ld-scripts/align.exp: Mark align1 XFAIL on PECOFF targets. * ld-scripts/data.exp: Mark data UNSUPPORTED on a.out targets. * ld-scripts/provide.exp, ld-scripts/size.exp: Mark all tests UNSUPPORTED on a.out targets. Tidy.
Diffstat (limited to 'ld/testsuite/ld-scripts/align.exp')
-rw-r--r--ld/testsuite/ld-scripts/align.exp6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ld-scripts/align.exp b/ld/testsuite/ld-scripts/align.exp
index 6f3a9de..8bcd222 100644
--- a/ld/testsuite/ld-scripts/align.exp
+++ b/ld/testsuite/ld-scripts/align.exp
@@ -29,6 +29,12 @@ if ![ld_assemble $as $srcdir/$subdir/align.s tmpdir/align.o] {
return
}
+# Doesn't work on PECOFF, appears to be a genuine bug
+if [is_pecoff_format] {
+ global target_triplet
+ setup_xfail $target_triplet
+}
+
if ![ld_simple_link $ld tmpdir/align "-T $srcdir/$subdir/align.t tmpdir/align.o"] {
fail $testname
} else {