Add 2 tests for PR ld/11812.
[binutils.git] / ld / testsuite / ld-cris / tls-e-tpoffcomm1.s
bloba9f03aeff1a6851732e69184e9ea5cdfcb027438
1 .tls_common foo,4,4
2 .tls_common bar,4,4
3 .text
4 .align 1
5 .type do_test, @function
6 do_test:
7 add.d foo:TPOFF,$r0
8 add.d bar:TPOFF,$r1
9 .size do_test, .-do_test