tls-e-22.d 899 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. #source: start1.s
  2. #source: tls128.s
  3. #source: tls-ld-6.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_DTPREL.
  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 g \.tdata 0+4 \.hidden x
  20. #...
  21. Contents of section \.text:
  22. #...
  23. Contents of section \.tdata:
  24. #...
  25. Contents of section \.got:
  26. 82124 00000000 00000000 00000000 01000000 .*
  27. 82134 00000000 .*
  28. Disassembly of section \.text:
  29. 00080094 <_start>:
  30. 80094: 41b2 moveq 1,\$r11
  31. #...
  32. 00080098 <tlsdsofn>:
  33. 80098: 6fae 8000 0000 move\.d 80 <x>,\$r10
  34. #...