Skip to content
Snippets Groups Projects
Commit 1969b7f3 authored by Hans-Peter Nilsson's avatar Hans-Peter Nilsson
Browse files

* gas/cris/rd-tls-1.s, gas/cris/rd-tls-1.d: Test :IE and

	decoration on double-indirect.
	* gas/cris/tls-err-1.s: Test :IE on wrong-size operand.
parent 5a00ea25
No related branches found
No related tags found
No related merge requests found
2008-12-20 Hans-Peter Nilsson <hp@axis.com>
* gas/cris/rd-tls-1.s, gas/cris/rd-tls-1.d: Test :IE and
decoration on double-indirect.
* gas/cris/tls-err-1.s: Test :IE on wrong-size operand.
2008-12-18 H.J. Lu <hongjiu.lu@intel.com> 2008-12-18 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/intel.d: Remove trailing white spaces after nop. * gas/i386/intel.d: Remove trailing white spaces after nop.
......
...@@ -25,4 +25,7 @@ Disassembly of section \.text: ...@@ -25,4 +25,7 @@ Disassembly of section \.text:
[ ]+2e:[ ]+R_CRIS_16_TPREL extsym14\+0xffffff00 [ ]+2e:[ ]+R_CRIS_16_TPREL extsym14\+0xffffff00
[ ]+32:[ ]+6fad 0000 0000 287a[ ]+add\.d \[\$?r10\+0 <start>\],\$?r7,\$?r8 [ ]+32:[ ]+6fad 0000 0000 287a[ ]+add\.d \[\$?r10\+0 <start>\],\$?r7,\$?r8
[ ]+34:[ ]+R_CRIS_32_TPREL extsym3\+0x38 [ ]+34:[ ]+R_CRIS_32_TPREL extsym3\+0x38
[ ]+\.\.\. [ ]+3a:[ ]+7f0d 0000 0000 611a[ ]+move.d \[0 <start>],\$?r1
[ ]+3c:[ ]+R_CRIS_32_IE[ ]+extsym5
[ ]+42:[ ]+2fbe 0000 0000[ ]+add\.d 0 <start>,\$?r11
[ ]+44:[ ]+R_CRIS_32_IE[ ]+extsym7
...@@ -21,3 +21,5 @@ start: ...@@ -21,3 +21,5 @@ start:
move.d [r7=r3+extsym10:GD-330],r13 move.d [r7=r3+extsym10:GD-330],r13
move.d [r11+extsym14:TPOFF16-256],r9 move.d [r11+extsym14:TPOFF16-256],r9
add.d [r10+extsym3:TPOFF+56],r7,r8 add.d [r10+extsym3:TPOFF+56],r7,r8
move.d [extsym5:IE],r1
add.d extsym7:IE,r11
...@@ -14,3 +14,5 @@ start: ...@@ -14,3 +14,5 @@ start:
move.b extsym15:GD,r7 ; { dg-error "TLS relocation size does not match" } move.b extsym15:GD,r7 ; { dg-error "TLS relocation size does not match" }
move.w extsym6:GD,r5 ; { dg-error "TLS relocation size does not match" } move.w extsym6:GD,r5 ; { dg-error "TLS relocation size does not match" }
move extsym8:TPOFF16,srp ; { dg-error "TLS relocation size does not match" } move extsym8:TPOFF16,srp ; { dg-error "TLS relocation size does not match" }
move.b extsym5:IE,r7 ; { dg-error "TLS relocation size does not match" }
move.w extsym16:IE,r5 ; { dg-error "TLS relocation size does not match" }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment