summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2010-01-13 14:08:52 +0000
committerNick Clifton <nickc@redhat.com>2010-01-13 14:08:52 +0000
commitf186dc8dad3e5fb2a70ba501bf4e67f21a3046e1 (patch)
treea7caa8a7f28f9d8d7974a5654e9049c716a9ea74 /ld/testsuite/ld-scripts
parenta7e1cdcb16989b8aaf05b061ab4d134a835f2857 (diff)
downloadbinutils-redhat-f186dc8dad3e5fb2a70ba501bf4e67f21a3046e1.tar.gz
* config/tc-h8300.c (h8300_elf_section): New function - issue a
warning message if a new section is created without setting any attributes for it. (md_pseudo_table): Intercept section creation pseudos. (md_pcrel_from): Replace abort with an error message. * config/obj-elf.c (obj_elf_section_name): Export this function. * config/obj-elf.h (obj_elf_section_name): Prototype. * gas/elf/section0.d: Skip this test for the h8300. * gas/elf/section1.d: Likewise. * gas/elf/section6.d: Likewise. * gas/elf/elf.exp: Skip section2 and section5 tests when the target is the h8300. * ld-scrips/sort.exp: Skip these tests when the target is the h8300.
Diffstat (limited to 'ld/testsuite/ld-scripts')
-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 412f1072a8..47950a747e 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]]