tls-gd-3.d 861 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. #source: start1.s
  2. #source: tls128.s
  3. #source: tls-gd-3.s
  4. #source: tls-x.s
  5. #as: --no-underscore --em=criself
  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_GD.
  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 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 80000000 .*
  28. Disassembly of section \.text:
  29. 00080094 <_start>:
  30. 80094: 41b2 moveq 1,\$r11
  31. #...
  32. 00080098 <tlsfn>:
  33. 80098: 6fae 3021 0800 move\.d [^>]+>,\$r10
  34. #...