dso-pltdis2.d 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. #source: dsov32-1.s
  2. #source: dsov32-2.s
  3. #source: dsofng.s
  4. #as: --pic --no-underscore --march=v32 --em=criself
  5. #ld: --shared -m crislinux --hash-style=sysv
  6. #objdump: -d
  7. # Complement to dso-pltdis1.d; merging the other .got.plt entry.
  8. # Depending on reloc order, one of the tests would fail.
  9. .*: file format elf32-cris
  10. Disassembly of section \.plt:
  11. 0+160 <.*>:
  12. 160: 84e2 subq 4,\$sp
  13. 162: 0401 addoq 4,\$r0,\$acr
  14. 164: 7e7a move \$mof,\[\$sp\]
  15. 166: 3f7a move \[\$acr\],\$mof
  16. 168: 04f2 addq 4,\$acr
  17. 16a: 6ffa move\.d \[\$acr\],\$acr
  18. 16c: bf09 jump \$acr
  19. 16e: b005 nop
  20. \.\.\.
  21. 0000017a <dsofn4@plt>:
  22. 17a: 6f0d ..00 0000 addo\.d .*
  23. 180: 6ffa move\.d \[\$acr\],\$acr
  24. 182: bf09 jump \$acr
  25. 184: b005 nop
  26. 186: 3f7e .... .... move .*,\$mof
  27. 18c: bf0e .... .... ba .*
  28. 192: b005 nop
  29. #...
  30. 194: 6f0d ..00 0000 addo\.d .*
  31. 19a: 6ffa move\.d \[\$acr\],\$acr
  32. 19c: bf09 jump \$acr
  33. 19e: b005 nop
  34. 1a0: 3f7e .... .... move .*,\$mof
  35. 1a6: bf0e .... .... ba .*
  36. 1ac: b005 nop
  37. Disassembly of section \.text:
  38. #...
  39. 0+1ae <dsofn3>:
  40. 1ae: bfbe e6ff ffff bsr 194 <.*>
  41. 1b4: b005 nop
  42. 0+1b6 <dsofn4>:
  43. 1b6: 7f0d ae20 0000 lapc 2264 <_GLOBAL_OFFSET_TABLE_>,\$r0
  44. 1bc: 5f0d ..00 addo\.w 0x..,\$r0,\$acr
  45. 1c0: bfbe baff ffff bsr 17a <dsofn4@plt>
  46. #pass