2  *  linux/arch/arm/boot/compressed/vmlinux.lds.in
 
   4  *  Copyright (C) 2000 Russell King
 
   6  * This program is free software; you can redistribute it and/or modify
 
   7  * it under the terms of the GNU General Public License version 2 as
 
   8  * published by the Free Software Foundation.
 
  37   .got.plt              : { *(.got.plt) }
 
  46   .stack (NOLOAD)       : { *(.stack) }
 
  48   .stab 0               : { *(.stab) }
 
  49   .stabstr 0            : { *(.stabstr) }
 
  50   .stab.excl 0          : { *(.stab.excl) }
 
  51   .stab.exclstr 0       : { *(.stab.exclstr) }
 
  52   .stab.index 0         : { *(.stab.index) }
 
  53   .stab.indexstr 0      : { *(.stab.indexstr) }
 
  54   .comment 0            : { *(.comment) }