* dwarf.c (display_debug_frames): Change text for uniformity.
[binutils-gdb.git] / gas / testsuite / gas / cfi / cfi.exp
index 68290da9a7ed23a4c49f34a9464710bac809f83c..cd36f7fc0a26e35b38fa7e977f5ec24bd0549a6d 100644 (file)
@@ -80,13 +80,18 @@ if  { [istarget "i*86-*-*"] || [istarget "x86_64-*-*"] } then {
 }
 
 run_list_test "cfi-diag-1" ""
-run_dump_test "cfi-common-1"
-run_dump_test "cfi-common-2"
-run_dump_test "cfi-common-3"
-run_dump_test "cfi-common-4"
-run_dump_test "cfi-common-5"
 
-# MIPS doesn't support PC relative cfi directives
+# HPPA64 uses 64-bit relocations, which results in all of the dump
+# offset numbers not matching up.
+if { ![istarget "hppa64*-*"] } then {
+  run_dump_test "cfi-common-1"
+  run_dump_test "cfi-common-2"
+  run_dump_test "cfi-common-3"
+  run_dump_test "cfi-common-4"
+  run_dump_test "cfi-common-5"
+}
+
+# MIPS doesn't support PC relative cfi directives.
 if { ![istarget "mips*-*"] } then {
     run_dump_test "cfi-common-6"
 }