xtensa: fix XTENSA_NDIFF handling for PR ld/25861
[deliverable/binutils-gdb.git] / ld / testsuite / ld-xtensa / xtensa.exp
index e6dc827ee492e93c7e61fd11593d8367118afb50..5334bc60df344b26dcfc204d750b9fc76f4010fb 100644 (file)
@@ -1,5 +1,5 @@
 # Expect script for ld-xtensa tests
-#   Copyright (C) 2008 Free Software Foundation
+#   Copyright (C) 2008-2020 Free Software Foundation, Inc.
 #
 # This file is part of the GNU Binutils.
 #
 # MA 02110-1301, USA.
 #
 
-if { !([istarget "xtensa*-*-linux*"]) } {
+if { !([istarget "xtensa*-*-*"]) } {
     return
 }
 
-# List contains test-items with 3 items followed by 2 lists:
-# 0:name 1:ld options 2:assembler options
-# 3:filenames of assembler files 4: action and options. 5: name of output file
+run_dump_test "call_overflow"
+run_dump_test "coalesce"
+run_dump_test "diff_overflow"
+run_dump_test "lcall"
+run_dump_test "relax-diff1"
+run_dump_test "relax-loc"
+run_dump_test "relax-ndiff"
 
-# Actions:
-# objdump: Apply objdump options on result.  Compare with regex (last arg).
-# nm: Apply nm options on result.  Compare with regex (last arg).
-# readelf: Apply readelf options on result.  Compare with regex (last arg).
+run_dump_test "relax-static-pie"
+run_dump_test "relax-static-local-pie"
+run_dump_test "relax-static-shared"
+run_dump_test "relax-static-local-shared"
 
-set xtensatests {
-    {"TLS -shared transitions"
-     "-shared -melf32xtensa" "" {tlspic1.s tlspic2.s}
-     {{readelf -WSsrl tlspic.rd}
-      {objdump "-drj.text --start-address=0x350" tlspic.dd}
-      {objdump "-sj.text --stop-address=0x350" tlspic.sd}
-      {objdump -sj.tdata tlspic.td}}
-      "libtlspic.so"}
-    {"Helper shared library" "-shared -melf32xtensa"
-     "" {tlslib.s} {} "libtlslib.so"}
-    {"TLS exec transitions"
-     "-melf32xtensa tmpdir/libtlslib.so" "" {tlsbin.s}
-     {{readelf -WSsrl tlsbin.rd}
-      {objdump "-drj.text --start-address=0x400238" tlsbin.dd}
-      {objdump "-sj.text --stop-address=0x400238" tlsbin.sd}
-      {objdump -sj.tdata tlsbin.td}}
-      "tlsbin"}
-}
-
-run_ld_link_tests $xtensatests
+run_dump_test "relax-undef-weak-pie"
+run_dump_test "relax-undef-weak-pie-export-dynamic"
+run_dump_test "relax-undef-weak-local-pie"
+run_dump_test "relax-undef-weak-shared"
+run_dump_test "relax-undef-weak-local-shared"
This page took 0.02503 seconds and 4 git commands to generate.