diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2001-02-15 01:17:07 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2001-02-15 01:17:07 +0000 |
commit | ad995491f834d95f3671f8fb96938be3f633f7de (patch) | |
tree | 5672382c141a9cbf82258a3a7600a1574fdeefc8 /ld/testsuite/ld-checks | |
parent | 9a069618acb3a3f35a5e87e96ac43d80325d5e92 (diff) | |
download | gdb-ad995491f834d95f3671f8fb96938be3f633f7de.zip gdb-ad995491f834d95f3671f8fb96938be3f633f7de.tar.gz gdb-ad995491f834d95f3671f8fb96938be3f633f7de.tar.bz2 |
2001-02-14 H.J. Lu <hjl@gnu.org>
* ld-bootstrap/bootstrap.exp: Rebuild tmpdir/ld2 with tmpdir/ld3
for -static on ia64.
* ld-checks/checks.exp: Don't run on ia64-*-elf* nor
ia64-*-linux*.
* ld-elfvers/vers.exp: Also run ia64-*-elf* and ia64-*-linux*.
* ld-elfvsb/elfvsb.exp: Use i?86-*-*. Also run on ia64-*-linux*.
Set up expected failures for ia64-*-linux*.
* ld-shared/shared.exp: Likewise.
Diffstat (limited to 'ld/testsuite/ld-checks')
-rw-r--r-- | ld/testsuite/ld-checks/checks.exp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/testsuite/ld-checks/checks.exp b/ld/testsuite/ld-checks/checks.exp index 16fafe3..6e9f038 100644 --- a/ld/testsuite/ld-checks/checks.exp +++ b/ld/testsuite/ld-checks/checks.exp @@ -24,6 +24,11 @@ proc section_check {} { global srcdir global subdir + # The usage of .lcomm in asm.s is incompatible with ia64. + if { [istarget ia64-*-elf*] + || [istarget ia64-*-linux*] } { + return + } set test "check sections 1" set ldflags "--check-sections" |