Advertisement
Guest User

Untitled

a guest
Jul 6th, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
LDIF 0.15 KB | None | 0 0
  1. SECTIONS
  2. {
  3.     . = 0x1000;
  4.     .text :
  5.     {
  6.         *(.text);
  7.     }
  8.  
  9.     . = 0x2000;
  10.     .mysection :
  11.     {
  12.         *(.mysection);
  13.     }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement