tls-e-66.d 788 B

12345678910111213141516171819202122232425262728293031323334353637
  1. #source: start1.s
  2. #source: tls-le-12s.s
  3. #source: tls-z.s
  4. #as: --no-underscore --em=criself -I$srcdir/$subdir
  5. #ld: -m crislinux
  6. #objdump: -d -s -t -r -p -h
  7. # Check that we have proper NPTL/TLS markings and no GOT for an
  8. # executable with a single R_CRIS_16_TPREL.
  9. .*: file format elf32-cris
  10. Program Header:
  11. #...
  12. TLS off 0x0+9c vaddr 0x0+8209c paddr 0x0+8209c align 2\*\*2
  13. filesz 0x0+4 memsz 0x0+4 flags r--
  14. private flags = 0:
  15. #...
  16. 1 .tdata .*
  17. CONTENTS.*
  18. SYMBOL TABLE:
  19. #...
  20. 0+ g \.tdata 0+4 z
  21. #...
  22. Contents of section \.text:
  23. #...
  24. Contents of section \.tdata:
  25. #...
  26. Disassembly of section \.text:
  27. 00080094 <_start>:
  28. 80094: 41b2 moveq 1,\$r11
  29. #...
  30. 00080098 <tlsfn12>:
  31. 80098: 7fac fcff movs\.w -4,\$r10
  32. #...