nodyn4.d 421 B

1234567891011121314151617181920
  1. #source: expdyn1.s
  2. #source: expdref1.s --pic
  3. #source: comref1.s --pic
  4. #as: --no-underscore --em=criself
  5. #ld: -m crislinux
  6. #readelf: -l
  7. # Like expdyn4.d, but no --export-dynamic. Got a BFD_ASSERT at one time.
  8. # Check that we get the expected sections.
  9. #...
  10. There are 2 program headers, .*
  11. #...
  12. LOAD [0-9a-fx ]+ R E 0x2000
  13. LOAD [0-9a-fx ]+ RW 0x2000
  14. #...
  15. 00 \.text[ ]*
  16. 01 \.got \.data \.bss[ ]*
  17. #pass