ldscript.ld 78 B

123456789
  1. OUTPUT_FORMAT(binary)
  2. SECTIONS
  3. {
  4. .text :
  5. {
  6. *(.text*)
  7. }
  8. }