OLD | NEW |
1 #source: start1.s | 1 #source: start1.s |
2 #source: tls-dtpoffdx.s | 2 #source: tls-dtpoffdx.s |
3 #source: tls-gd-1.s | 3 #source: tls-gd-1.s |
4 #source: tls128.s | 4 #source: tls128.s |
5 #source: tls-x.s | 5 #source: tls-x.s |
6 #as: --no-underscore --em=criself --pic -I$srcdir/$subdir | 6 #as: --no-underscore --em=criself --pic -I$srcdir/$subdir |
7 #ld: -m crislinux | 7 #ld: -m crislinux |
8 #objdump: -d -s -t -r -p | 8 #objdump: -d -s -t -r -p |
9 | 9 |
10 .*: file format elf32-cris | 10 .*: file format elf32-cris |
11 | 11 |
12 Program Header: | 12 Program Header: |
13 #... | 13 #... |
14 TLS off .* | 14 TLS off .* |
15 filesz 0x0+84 memsz 0x0+84 flags r-- | 15 filesz 0x0+84 memsz 0x0+84 flags r-- |
16 private flags = 0: | 16 private flags = 0: |
17 | 17 |
18 SYMBOL TABLE: | 18 SYMBOL TABLE: |
19 #... | 19 #... |
20 0+80 g .tdata 0+4 x | 20 0+80 g .tdata 0+4 x |
21 #... | 21 #... |
22 Contents of section .text: | 22 Contents of section .text: |
23 80094 41b20000 5fae0c00 .* | 23 80094 41b20000 5fae0c00 .* |
24 Contents of section .tdata: | 24 Contents of section .tdata: |
25 #... | 25 #... |
26 Contents of section .got: | 26 Contents of section .got: |
27 82120 00000000 00000000 00000000 01000000 .* | 27 82120 00000000 00000000 00000000 01000000 .* |
28 82130 80000000 .* | 28 82130 80000000 .* |
29 Contents of section .debug_info: | 29 Contents of section .debug_info: |
30 0000 fcffffff .* | 30 0000 80000000 .* |
31 Contents of section .debug_line: | 31 Contents of section .debug_line: |
32 #pass | 32 #pass |
OLD | NEW |