weakhiddso.d 655 B

1234567891011121314151617181920212223242526
  1. #source: weakhid.s
  2. #as: --pic --no-underscore --em=criself
  3. #ld: --shared -m crislinux -z nocombreloc --hash-style=sysv
  4. #objdump: -s -R -T
  5. # Check that .weak and .weak .hidden object references are handled
  6. # correctly when generating a DSO.
  7. .*: file format elf32-cris
  8. DYNAMIC SYMBOL TABLE:
  9. 0+21b4 l d \.data 0+ \.data
  10. 0+21b4 g DO \.data 0+c x
  11. 0+ D \*UND\* 0+ xregobj
  12. 0+ w D \*UND\* 0+ xweakobj
  13. DYNAMIC RELOCATION RECORDS
  14. OFFSET TYPE VALUE
  15. 0+21b8 R_CRIS_32 xweakobj
  16. 0+21bc R_CRIS_32 xregobj
  17. Contents of section \.hash:
  18. #...
  19. Contents of section \.data:
  20. 21b4 00000000 00000000 00000000 .*