Allow non-fatal errors to be emitted and for disassembly notes be placed on AArch64
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-local-54.d
1 #source: tls-local-54.s
2 #as: --pic --no-underscore --em=criself -I$srcdir/$subdir
3 #ld: --shared -m crislinux --hash-style=sysv
4 #objdump: -s -t -R -p -T
5
6 # A DSO with a R_CRIS_32_GOT_GD against a local symbol.
7 # Check that we have proper NPTL/TLS markings and GOT.
8
9 .*: file format elf32-cris
10
11 Program Header:
12 #...
13 TLS off .*
14 filesz 0x00000080 memsz 0x00000080 flags r--
15 #...
16 DYNAMIC RELOCATION RECORDS
17 OFFSET TYPE VALUE
18 00002288 R_CRIS_DTP \*ABS\*\+0x0000002a
19
20 Contents of section .hash:
21 #...
22 Contents of section \.text:
23 0184 6fae0c00 00000000 .*
24 #...
25 Contents of section \.got:
26 227c 0c220000 0+ 0+ 0+ .*
27 228c 0+ .*
This page took 0.033772 seconds and 4 git commands to generate.