tls-e-23.d 861 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. #source: start1.s
  2. #source: tls128.s
  3. #source: tls-ie-10.s
  4. #source: tls-hx.s
  5. #as: --no-underscore --em=criself --pic -I$srcdir/$subdir
  6. #ld: -m crislinux
  7. #objdump: -d -s -t -r -p
  8. # Check that we have proper NPTL/TLS markings and GOT for an
  9. # executable with a single R_CRIS_32_GOT_TPREL.
  10. .*: file format elf32-cris
  11. Program Header:
  12. #...
  13. TLS off 0x0+a0 vaddr 0x0+820a0 paddr 0x0+820a0 align 2\*\*2
  14. filesz 0x0+84 memsz 0x0+84 flags r--
  15. private flags = 0:
  16. #...
  17. SYMBOL TABLE:
  18. #...
  19. 0+80 l \.tdata 0+4 x
  20. #...
  21. Contents of section \.text:
  22. #...
  23. Contents of section \.tdata:
  24. #...
  25. Contents of section \.got:
  26. 82124 00000000 00000000 00000000 fcffffff .*
  27. Disassembly of section \.text:
  28. 00080094 <_start>:
  29. 80094: 41b2 moveq 1,\$r11
  30. #...
  31. 00080098 <tlsdsofn10>:
  32. 80098: 6fae 0c00 0000 move\.d c <tls128\+0xc>,\$r10
  33. #...