maxpage5.d 337 B

123456789101112131415161718
  1. #source: maxpage5.s
  2. #as: --32
  3. #ld: -z max-page-size=0x200000 -T maxpage5.t
  4. #objcopy_linked_file: -R .foo
  5. #readelf: -l --wide
  6. #target: x86_64-*-linux* i?86-*-linux-gnu i?86-*-gnu*
  7. #...
  8. Program Headers:
  9. Type.*
  10. LOAD +0x[0-9a-f]+ .*0x200000
  11. NOTE +0x[0-9a-f]+ .*
  12. #...
  13. Segment Sections...
  14. 00[ \t]+.text *
  15. 01[ \t]+.note *
  16. #pass