| OLD | NEW |
| 1 #source: start1.s | 1 #source: start1.s |
| 2 #source: tls128.s | 2 #source: tls128.s |
| 3 #source: tls-ld-7.s | 3 #source: tls-ld-7.s |
| 4 #source: tls-gd-2.s | 4 #source: tls-gd-2.s |
| 5 #source: tls-ldgd-15.s | 5 #source: tls-ldgd-15.s |
| 6 #source: tls-hx1x2.s | 6 #source: tls-hx1x2.s |
| 7 #as: --pic --no-underscore --em=criself | 7 #as: --pic --no-underscore --em=criself |
| 8 #ld: -m crislinux tmpdir/tls-dso-xz-1.so | 8 #ld: -m crislinux tmpdir/tls-dso-xz-1.so |
| 9 #objdump: -s -h -t -T -R -r -p | 9 #objdump: -s -h -t -T -R -r -p |
| 10 | 10 |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 0+ D \*UND\* 0+ z | 37 0+ D \*UND\* 0+ z |
| 38 #... | 38 #... |
| 39 DYNAMIC RELOCATION RECORDS | 39 DYNAMIC RELOCATION RECORDS |
| 40 OFFSET TYPE VALUE | 40 OFFSET TYPE VALUE |
| 41 00082318 R_CRIS_DTP x | 41 00082318 R_CRIS_DTP x |
| 42 00082320 R_CRIS_DTP z | 42 00082320 R_CRIS_DTP z |
| 43 | 43 |
| 44 Contents of section \.interp: | 44 Contents of section \.interp: |
| 45 #... | 45 #... |
| 46 Contents of section \.text: | 46 Contents of section \.text: |
| 47 801dc 41b20000 6faef8ff ffff6fbe fcffffff .* | 47 801dc 41b20000 6fae8000 00006fbe 84000000 .* |
| 48 801ec 6fae1400 00000000 6fae1c00 00000000 .* | 48 801ec 6fae1400 00000000 6fae1c00 00000000 .* |
| 49 Contents of section \.tdata: | 49 Contents of section \.tdata: |
| 50 #... | 50 #... |
| 51 Contents of section \.got: | 51 Contents of section \.got: |
| 52 82304 84220800 0+ 0+ 010+ .* | 52 82304 84220800 0+ 0+ 010+ .* |
| 53 82314 0+ 0+ 0+ 0+ .* | 53 82314 0+ 0+ 0+ 0+ .* |
| 54 82324 0+ .* | 54 82324 0+ .* |
| OLD | NEW |