From: nobody <> Date: Sun, 8 Jan 2012 12:33:55 +0000 (+0000) Subject: This commit was manufactured by cvs2svn to create branch 'binutils- X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=36fdf46363c837010c1b20e5c218b151bc75ef6a;p=thirdparty%2Fbinutils-gdb.git This commit was manufactured by cvs2svn to create branch 'binutils- 2_22-branch'. Cherrypick from master 2012-01-08 12:33:54 UTC Richard Sandiford 'gas/': gas/testsuite/gas/mips/tls-relw.d gas/testsuite/gas/mips/tls-relw.s --- diff --git a/gas/testsuite/gas/mips/tls-relw.d b/gas/testsuite/gas/mips/tls-relw.d new file mode 100644 index 00000000000..bc13b4398ea --- /dev/null +++ b/gas/testsuite/gas/mips/tls-relw.d @@ -0,0 +1,8 @@ +# as: -EB +# objdump: -sj.data + +.* + +Contents of section \.data: + 0000 00000001 00000000 00000002 00000004 ................ + 0010 00000000 00000003 00000010 00000000 ................ diff --git a/gas/testsuite/gas/mips/tls-relw.s b/gas/testsuite/gas/mips/tls-relw.s new file mode 100644 index 00000000000..689068592f8 --- /dev/null +++ b/gas/testsuite/gas/mips/tls-relw.s @@ -0,0 +1,12 @@ + .data +start: + .word 1 +a: + .tprelword t1 + .word 2 + .word a-start +b: + .dtprelword t2 + .word 3 + .word b-start + .word 0