OLD | NEW |
1 #source: start1.s | 1 #source: start1.s |
2 #source: tls128.s | 2 #source: tls128.s |
3 #source: tls-ld-6.s | 3 #source: tls-ld-6.s |
4 #source: tls-hx.s | 4 #source: tls-hx.s |
5 #as: --no-underscore --em=criself --pic -I$srcdir/$subdir | 5 #as: --no-underscore --em=criself --pic -I$srcdir/$subdir |
6 #ld: -m crislinux | 6 #ld: -m crislinux |
7 #objdump: -d -s -t -r -p | 7 #objdump: -d -s -t -r -p |
8 | 8 |
9 # Check that we have proper NPTL/TLS markings and GOT for an | 9 # Check that we have proper NPTL/TLS markings and GOT for an |
10 # executable with a single R_CRIS_DTPREL. | 10 # executable with a single R_CRIS_DTPREL. |
(...skipping 17 matching lines...) Expand all Loading... |
28 Contents of section \.got: | 28 Contents of section \.got: |
29 82124 00000000 00000000 00000000 01000000 .* | 29 82124 00000000 00000000 00000000 01000000 .* |
30 82134 00000000 .* | 30 82134 00000000 .* |
31 | 31 |
32 Disassembly of section \.text: | 32 Disassembly of section \.text: |
33 | 33 |
34 00080094 <_start>: | 34 00080094 <_start>: |
35 80094: 41b2 moveq 1,\$r11 | 35 80094: 41b2 moveq 1,\$r11 |
36 #... | 36 #... |
37 00080098 <tlsdsofn>: | 37 00080098 <tlsdsofn>: |
38 80098:» 6fae fcff ffff » move\.d 0xfffffffc,\$r10 | 38 80098:» 6fae 8000 0000 » move\.d 80 <x>,\$r10 |
39 #... | 39 #... |
OLD | NEW |