Advertisement
Guest User

Untitled

a guest
Apr 1st, 2012
2,594
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  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;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement