tls-dso-dtpoffd4.d 979 B

12345678910111213141516171819202122232425262728293031323334353637
  1. #source: start1.s
  2. #source: tls-dtpoffdx.s
  3. #source: tls-gd-1.s
  4. #source: tls128.s
  5. #source: tls-commx.s
  6. #as: --no-underscore --em=criself --pic -I$srcdir/$subdir
  7. #ld: -m crislinux --shared --hash-style=sysv
  8. #objdump: -d -s -t -r -p
  9. # Linking a file with a DTPOFF from a .dtpoffd of a GD COMMON
  10. # variable, PIC (globally defined here but overridable). Making sure
  11. # it links and that the offset is correct, locally.
  12. .*: file format elf32-cris
  13. Program Header:
  14. #...
  15. TLS off .*
  16. filesz 0x0+80 memsz 0x0+84 flags r--
  17. #...
  18. SYMBOL TABLE:
  19. #...
  20. 0+80 g .tbss 0+4 x
  21. #...
  22. Contents of section .rela.dyn:
  23. 0140 50220000 17020000 00000000 .*
  24. Contents of section .text:
  25. 014c 41b20000 5fae0c00 .*
  26. #...
  27. Contents of section .got:
  28. 2244 d4210000 00000000 00000000 00000000 .*
  29. 2254 00000000 .*
  30. Contents of section .debug_info:
  31. 0000 80000000 .*
  32. #...
  33. Disassembly of section .text:
  34. #pass