diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2004-07-22 14:19:04 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2004-07-22 14:19:04 +0000 |
commit | 08ccf96b08ce2ef122d880c1531f77cf54fdd09d (patch) | |
tree | 370eccf2b9319ca137d4130167eeb6ed09fee00e /ld | |
parent | 526355d21789871e2fb5f86b3b9086776e8e6195 (diff) | |
download | fsf-binutils-gdb-08ccf96b08ce2ef122d880c1531f77cf54fdd09d.zip fsf-binutils-gdb-08ccf96b08ce2ef122d880c1531f77cf54fdd09d.tar.gz fsf-binutils-gdb-08ccf96b08ce2ef122d880c1531f77cf54fdd09d.tar.bz2 |
bfd/
2004-07-22 H.J. Lu <hongjiu.lu@intel.com>
* elflink.c (elf_fixup_link_order): Issue a warning and flag
an error if failed.
ld/
2004-07-22 H.J. Lu <hongjiu.lu@intel.com>
* ld-scripts/crossref.exp: XFAIL ia64-*-* on the first test.
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 |