aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-h8300/h8300.exp
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-07-04 10:25:14 +0000
committerNick Clifton <nickc@redhat.com>2003-07-04 10:25:14 +0000
commit8c17da6e594c61837ef20620791a2e55d323d3d2 (patch)
tree3164d2a2c5bac945f499b238f31d79c71085e6b3 /ld/testsuite/ld-h8300/h8300.exp
parent35cad4c475cf2bb3c7a99fa2d2c1303a5d2cb00e (diff)
downloadgdb-8c17da6e594c61837ef20620791a2e55d323d3d2.zip
gdb-8c17da6e594c61837ef20620791a2e55d323d3d2.tar.gz
gdb-8c17da6e594c61837ef20620791a2e55d323d3d2.tar.bz2
* elf32-h8300.c (R_H8_DIR32A16): Fix name field.
(elf32_h8_relax_section) <R_H8_DIR16A8>: Adjust position of relocation. <R_H8_DIR32A16>: Fix type of relocation. * ld-h8300/h8300.exp: Replace loop with explicit list. Run relax.d unconditionally. Run relax-2.d for *-elf targets. * ld-h8300/relax.d: Fix typo. * ld-h8300/relax.s: Add 0x prefixes. * ld-h8300/relad-2.[sd]: New test.
Diffstat (limited to 'ld/testsuite/ld-h8300/h8300.exp')
-rw-r--r--ld/testsuite/ld-h8300/h8300.exp11
1 files changed, 5 insertions, 6 deletions
diff --git a/ld/testsuite/ld-h8300/h8300.exp b/ld/testsuite/ld-h8300/h8300.exp
index 99542f4..af457ab 100644
--- a/ld/testsuite/ld-h8300/h8300.exp
+++ b/ld/testsuite/ld-h8300/h8300.exp
@@ -1,5 +1,5 @@
# Expect script for ld-h8300 tests
-# Copyright 2002 Free Software Foundation, Inc.
+# Copyright 2002, 2003 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -24,9 +24,8 @@ if ![istarget h8300-*-*] {
return
}
-set test_list [lsort [glob -nocomplain $srcdir/$subdir/*.d]]
-foreach test $test_list {
- # We need to strip the ".d", but can leave the dirname.
- verbose [file rootname $test]
- run_dump_test [file rootname $test]
+run_dump_test relax
+
+if {[istarget *-elf]} {
+ run_dump_test relax-2
}