Add big-endian support for tilegx.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-tilegx / tilegx.exp
index 856b41ecb9ac1abac97766b592c55c5f457608fc..fbc80a2b1c83b63d76e84a8e0b04fb49b6012cae 100644 (file)
@@ -24,14 +24,21 @@ if {!([istarget "tilegx-*-*"]) } {
 
 # Set up a list as described in ld-lib.exp
 
-set tilepro_tests {
-    {   "tilegx relocation resolution linker test"
-        ""
-        ""
+set tilegx_tests {
+    {   "tilegx little-endian relocation resolution linker test"
+        "-EL"
+        "-EL"
         { "reloc.s" "external.s" }
-        { {objdump -ds reloc.d} }
+        { {objdump -ds reloc-le.d} }
+        "reloc"
+    }
+    {   "tilegx big-endian relocation resolution linker test"
+        "-EB"
+        "-EB"
+        { "reloc.s" "external.s" }
+        { {objdump -ds reloc-be.d} }
         "reloc"
     }
 }
 
-run_ld_link_tests $tilepro_tests
+run_ld_link_tests $tilegx_tests
This page took 0.023506 seconds and 4 git commands to generate.