document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. SECTIONS
  2. {
  3. .code_bottom : ALIGN (4) { *(.code_bottom) }
  4. }
  5. INSERT BEFORE .text;
  6.  
  7. SECTIONS
  8. {
  9. .code_top : ALIGN (4) { *(.code_top) }
  10. }
  11. INSERT AFTER .text;
');