tls-le-12.d 817 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. #source: start1.s
  2. #source: tls128.s
  3. #source: tls-le-12.s
  4. #source: tls-z.s
  5. #as: --no-underscore --em=criself -I$srcdir/$subdir
  6. #ld: -m crislinux
  7. #objdump: -d -s -t -r -p -h
  8. # Check that we have proper NPTL/TLS markings and no GOT for an
  9. # executable with a single R_CRIS_32_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. 1 .tdata .*
  18. CONTENTS.*
  19. SYMBOL TABLE:
  20. #...
  21. 0+80 g \.tdata 0+4 z
  22. #...
  23. Contents of section \.text:
  24. #...
  25. Contents of section \.tdata:
  26. #...
  27. Disassembly of section \.text:
  28. 00080094 <_start>:
  29. 80094: 41b2 moveq 1,\$r11
  30. #...
  31. 00080098 <tlsfn12>:
  32. 80098: 6fae fcff ffff move\.d 0xfffffffc,\$r10
  33. #...