tls-js1.d 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. #source: dsov32-1.s
  2. #source: tls-ld-4.s
  3. #source: dsov32-2.s
  4. #source: expdyn1.s
  5. #source: tls-hx.s
  6. #source: dso-1.s
  7. #as: --pic --no-underscore --em=criself --march=v32
  8. #ld: --shared -m crislinux --hash-style=sysv
  9. #readelf: -a
  10. # DSO with a R_CRIS_16_DTPREL and a R_CRIS_32_PLT_PCREL. The .got.plt
  11. # byte index (a) and .rela.plt item index (b) are in sync as b=a/4-3
  12. # *except* when there's a R_CRIS_DTPMOD, because while the relocated
  13. # contents goes in .got.plt, the relocation goes in .rela.got, not
  14. # .rela.plt. And, it'd cover 8 bytes in .got.plt, not 4 bytes.
  15. # Making sure .rela.plt has the right contents; no R_CRIS_NONE entries.
  16. #...
  17. .* .got[ ]+PROGBITS[ ]+0+22e4 0+2e4 0+20 04 WA 0 0 4
  18. #...
  19. Relocation section '\.rela\.dyn' at offset .* contains 2 entries:
  20. Offset Info Type Sym\.Value Sym\. Name \+ Addend
  21. 000022f0 0000001e R_CRIS_DTPMOD +0
  22. 00002300 0000040a R_CRIS_GLOB_DAT 00002304 expobj \+ 0
  23. Relocation section '\.rela\.plt' at offset .* contains 2 entries:
  24. Offset Info Type Sym\.Value Sym\. Name \+ Addend
  25. 000022f8 0000020b R_CRIS_JUMP_SLOT 00000232 dsofn4 \+ 0
  26. 000022fc 0000080b R_CRIS_JUMP_SLOT 0000024a dsofn \+ 0
  27. The decoding of unwind sections for machine type Axis Communications 32-bit embedded processor is not currently supported.
  28. #pass