Fix an illegal memory access in the assembler when generating a DWARF5 file/directory...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / elf.exp
index c80175cc51d7947a5b17385e52ea2e974c06e2e2..86b304ae34fc106fb1ff962cc7a25558510d2f61 100644 (file)
@@ -220,8 +220,9 @@ if { [is_elf_format] } then {
     # in the symbol type test.
     # We also need to exclude targets that do not support unique objects.
     if {    [istarget "*-*-hpux*"]
-        || [istarget "arm*-*-*"]
-        || [istarget "msp*-*-*"]
+        || [istarget "arm*-*-*"]       
+         || [istarget "mips*-*-*"]
+         || [istarget "msp*-*-*"]
         || [istarget "visium-*-*"]
         || ![supports_gnu_unique]
      } then {
@@ -273,6 +274,7 @@ if { [is_elf_format] } then {
     run_dump_test "dwarf2-18" $dump_opts
     run_dump_test "dwarf2-19" $dump_opts
     run_dump_test "dwarf-5-file0" $dump_opts
+    run_dump_test "pr25917"
     run_dump_test "bss"
     run_dump_test "bad-bss"
     run_dump_test "bad-section-flag"
This page took 0.026301 seconds and 4 git commands to generate.