include/
[external/binutils.git] / gas / testsuite / gas / xtensa / all.exp
index 2077301..b7fb4d7 100644 (file)
@@ -78,9 +78,12 @@ if [istarget xtensa*-*-*] then {
     objdump_finish
     if [all_ones $x1] then { pass $testname } else { fail $testname }
 
-
+    run_dump_test "short_branch_offset"
+    run_dump_test "pcrel"
+    run_dump_test "weak-call"
+    run_dump_test "jlong"
 }
 
 if [info exists errorInfo] then {
     unset errorInfo
-    }
+}