segment-start.d 460 B

12345678910111213141516171819
  1. #name: SEGMENT_START expression not absolute
  2. #source: segment-start.s
  3. #ld: -e 0 -u __executable_start -T segment-start.ld
  4. #nm: -B
  5. #xfail: mmix-*-* pdp11-*-*
  6. #xfail: tic30-*-*aout* c54x*-*-*coff* tic54x-*-*coff*
  7. # XFAIL targets that are not expected to handle SEGMENT_START correctly.
  8. # Make sure `__executable_start' is regular:
  9. #
  10. # 10000000 T __executable_start
  11. #
  12. # not absolute:
  13. #
  14. # 10000000 A __executable_start
  15. #...
  16. 0*10000000 T __executable_start
  17. #pass