aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/sort.exp
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-scripts/sort.exp')
-rw-r--r--ld/testsuite/ld-scripts/sort.exp6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ld-scripts/sort.exp b/ld/testsuite/ld-scripts/sort.exp
index 412f107..47950a7 100644
--- a/ld/testsuite/ld-scripts/sort.exp
+++ b/ld/testsuite/ld-scripts/sort.exp
@@ -25,6 +25,12 @@ if ![is_elf_format] {
return
}
+# The h8300 port issues a warning message for
+# new sections created without atrributes.
+if [istarget "h8300-*-*"] {
+ return
+}
+
load_lib ld-lib.exp
set sort_test_list [lsort [glob -nocomplain $srcdir/$subdir/sort*.d]]