libdso-1.d 354 B

123456789101112131415
  1. #source: dso-1.s
  2. #as: --pic --no-underscore --em=criself
  3. #ld: --shared -m crislinux
  4. #objdump: -T
  5. # Just check that we actually got a DSO with the dsofn symbol.
  6. # The pattern also makes sure that the address (modulo 16) is non-zero
  7. # and even.
  8. .*: file format elf32-cris
  9. DYNAMIC SYMBOL TABLE:
  10. #...
  11. 0+[^0]+0*[02468ace] g DF .text 0+2 dsofn
  12. #pass