* elf32-h8300.c (R_H8_DIR32A16): Fix name field.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-h8300 / h8300.exp
index 99542f48ed838b553a45349c7cca029ed5cadcf5..af457abe2354c7cac89d96d27e3e3aa7072d56d0 100644 (file)
@@ -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
 }
This page took 0.025579 seconds and 4 git commands to generate.