Fix ERROR: target-cc does not exist
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / tlsexe.t
index bb512fda554c35d27b5fdc8ea7318c545d01426a..ee25c52ae7e684013d5b0af337c5334f92fe76e7 100644 (file)
@@ -1,13 +1,13 @@
 #source: tls.s
 #as: -a64
-#ld: -melf64ppc tmpdir/libtlslib.so
+#ld: tmpdir/libtlslib.so
 #objdump: -sj.tdata
 #target: powerpc64*-*-*
 
-.*: +file format elf64-powerpc
+.*
 
 Contents of section \.tdata:
- .* 12345678 9abcdef0 23456789 abcdef01  .*
- .* 3456789a bcdef012 456789ab cdef0123  .*
- .* 56789abc def01234 6789abcd ef012345  .*
- .* 789abcde f0123456                    .*
+ .* (12345678|f0debc9a) (9abcdef0|78563412) (23456789|01efcdab) (abcdef01|89674523)  .*
+ .* (3456789a|12f0debc) (bcdef012|9a785634) (456789ab|2301efcd) (cdef0123|ab896745)  .*
+ .* (56789abc|3412f0de) (def01234|bc9a7856) (6789abcd|452301ef) (ef012345|cdab8967)  .*
+ .* (789abcde|563412f0) (f0123456|debc9a78)                    .*
This page took 0.023 seconds and 4 git commands to generate.