x86-64: generalize SIMD test expectations
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cris / rd-dtpoffd1.s
CommitLineData
c49ff77a
HPN
1; Check that .dtpoffd trivially works, for external (though presumably
2; module-local) and local symbols with offsets.
3
4 .section .tdata,"awT",@progbits
5 .type x, @object
6 .size x, 4
7x:
8 .dword 0
9
10 .text
11start:
12 .dword 0x73696854
13 .dtpoffd extsym+42
14 .dword 0x61207369
15 .dtpoffd x+2
16 .dword 0x55566699
This page took 0.481696 seconds and 4 git commands to generate.