diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2009-01-27 22:31:19 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2009-01-27 22:31:19 +0000 |
commit | a40942aa2b6bb87b3b2f8602649ec3b192243870 (patch) | |
tree | ceb8ef18ec74e9382932782d2753ab98bea4a0c7 /ld/testsuite/ld-cris/tls-tbss64.s | |
parent | f6f0598346619a96534beb53fb0872e33614ae22 (diff) | |
download | gdb-a40942aa2b6bb87b3b2f8602649ec3b192243870.zip gdb-a40942aa2b6bb87b3b2f8602649ec3b192243870.tar.gz gdb-a40942aa2b6bb87b3b2f8602649ec3b192243870.tar.bz2 |
* ld-cris/tls-tbss64.s, ld-cris/tls-e-80.d: New test.
Diffstat (limited to 'ld/testsuite/ld-cris/tls-tbss64.s')
-rw-r--r-- | ld/testsuite/ld-cris/tls-tbss64.s | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/testsuite/ld-cris/tls-tbss64.s b/ld/testsuite/ld-cris/tls-tbss64.s new file mode 100644 index 0000000..feb3d28 --- /dev/null +++ b/ld/testsuite/ld-cris/tls-tbss64.s @@ -0,0 +1,7 @@ + .global gx + .section .tbss,"awT",@nobits + .align 2 + .type gx, @object + .size gx, 64 +gx: + .zero 64 |