MIPS/BFD: Fix the size of `.reginfo' and `.MIPS.abiflags' sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-dso-x1x2-1.d
1 #source: tls-hx.s
2 #source: tls-x1x2.s
3 #as: --no-underscore --em=criself
4 #ld: -m crislinux --shared --hash-style=sysv
5 #objdump: -T
6
7 # A DSO providing the TLS variables x1 and x2.
8
9 .*: file format elf32-cris
10
11 DYNAMIC SYMBOL TABLE:
12 #...
13 0+8 g D \.tdata 0+4 x2
14 #...
15 0+4 g D \.tdata 0+4 x1
16 #...
This page took 0.029431 seconds and 4 git commands to generate.