diff options
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/crossref.exp | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index ec18521..74732d4 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-07-22 H.J. Lu <hongjiu.lu@intel.com> + + * ld-scripts/crossref.exp: XFAIL ia64-*-* on the first test. + 2004-07-13 Nitin Yewale <nitiny@kpitcummins.com> * ld-h8300/h8300.exp: Addition of gcsection test case. diff --git a/ld/testsuite/ld-scripts/crossref.exp b/ld/testsuite/ld-scripts/crossref.exp index 4fd81b3..e6761ef 100644 --- a/ld/testsuite/ld-scripts/crossref.exp +++ b/ld/testsuite/ld-scripts/crossref.exp @@ -54,6 +54,9 @@ if [istarget sh64*-*-elf] { set flags "-mshelf32" } +# IA64 has both ordered and unordered sections in an input file. +setup_xfail ia64-*-* + verbose -log "$ld $flags -o tmpdir/cross1 -T $srcdir/$subdir/cross1.t tmpdir/cross1.o tmpdir/cross2.o" catch "exec $ld $flags -o tmpdir/cross1 -T $srcdir/$subdir/cross1.t tmpdir/cross1.o tmpdir/cross2.o" exec_output |