libdso-1b.d 462 B

123456789101112131415
  1. #source: dso-1b.s
  2. #as: --pic --no-underscore --em=criself -I$srcdir/$subdir
  3. #ld: --shared -m crislinux --version-script $srcdir/$subdir/hidedsofns2468 --hash-style=sysv
  4. #objdump: -T
  5. # Like libdso-1, but export the function as expfn@@TST2 and another
  6. # function as expobj@@TST2.
  7. .*: file format elf32-cris
  8. DYNAMIC SYMBOL TABLE:
  9. #...
  10. 00000[12].[02468ace] g DF .text 0+2[ ]+TST2[ ]+expobj
  11. 00000[12].[02468ace] g DF .text 0+2[ ]+TST2[ ]+expfn
  12. #pass