[PATCH 36/57][Arm][GAS] Add support for MVE instructions: wlstp, dlstp, letp and...
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-e-tpiecomm1.s
CommitLineData
608129cf
HPN
1 .tls_common foo,4,4
2 .tls_common bar,4,4
3 .text
4 .align 1
5 .type do_test, @function
6do_test:
7 move.d foo:IE,$r0
8 add.d bar:IE,$r1
9 .size do_test, .-do_test
This page took 0.32598 seconds and 4 git commands to generate.