bpo64addr.ld 249 B

12345678910111213
  1. OUTPUT_ARCH(mmix)
  2. ENTRY(Main)
  3. SECTIONS
  4. {
  5. .text 0x100 :
  6. { *(.text.x); *(.text.x2); }
  7. .text.away 0x4000000000001060 :
  8. { *(.text); Main = _start; }
  9. .MMIX.reg_contents :
  10. { *(.MMIX.reg_contents.linker_allocated); *(.MMIX.reg_contents); }
  11. }