Home | History | Annotate | Download | only in ldscripts
      1 /* Script for ld --shared: link shared library */
      2 OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm",
      3 	      "elf32-littlearm")
      4 OUTPUT_ARCH(arm)
      5 ENTRY(_start)
      6 SECTIONS
      7 {
      8   /* Read-only sections, merged into text segment: */
      9   . = 0 + SIZEOF_HEADERS;
     10   .note.gnu.build-id : { *(.note.gnu.build-id) }
     11   .hash           : { *(.hash) }
     12   .gnu.hash       : { *(.gnu.hash) }
     13   .dynsym         : { *(.dynsym) }
     14   .dynstr         : { *(.dynstr) }
     15   .gnu.version    : { *(.gnu.version) }
     16   .gnu.version_d  : { *(.gnu.version_d) }
     17   .gnu.version_r  : { *(.gnu.version_r) }
     18   .rel.init       : { *(.rel.init) }
     19   .rela.init      : { *(.rela.init) }
     20   .rel.text       : { *(.rel.text .rel.text.* .rel.gnu.linkonce.t.*) }
     21   .rela.text      : { *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) }
     22   .rel.fini       : { *(.rel.fini) }
     23   .rela.fini      : { *(.rela.fini) }
     24   .rel.rodata     : { *(.rel.rodata .rel.rodata.* .rel.gnu.linkonce.r.*) }
     25   .rela.rodata    : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }
     26   .rel.data.rel.ro   : { *(.rel.data.rel.ro .rel.data.rel.ro.* .rel.gnu.linkonce.d.rel.ro.*) }
     27   .rela.data.rel.ro   : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }
     28   .rel.data       : { *(.rel.data .rel.data.* .rel.gnu.linkonce.d.*) }
     29   .rela.data      : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }
     30   .rel.tdata	  : { *(.rel.tdata .rel.tdata.* .rel.gnu.linkonce.td.*) }
     31   .rela.tdata	  : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }
     32   .rel.tbss	  : { *(.rel.tbss .rel.tbss.* .rel.gnu.linkonce.tb.*) }
     33   .rela.tbss	  : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }
     34   .rel.ctors      : { *(.rel.ctors) }
     35   .rela.ctors     : { *(.rela.ctors) }
     36   .rel.dtors      : { *(.rel.dtors) }
     37   .rela.dtors     : { *(.rela.dtors) }
     38   .rel.got        : { *(.rel.got) }
     39   .rela.got       : { *(.rela.got) }
     40   .rel.bss        : { *(.rel.bss .rel.bss.* .rel.gnu.linkonce.b.*) }
     41   .rela.bss       : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }
     42   .rel.iplt       :
     43     {
     44       *(.rel.iplt)
     45     }
     46   .rela.iplt      :
     47     {
     48       *(.rela.iplt)
     49     }
     50   .rel.plt        :
     51     {
     52       *(.rel.plt)
     53     }
     54   .rela.plt       :
     55     {
     56       *(.rela.plt)
     57     }
     58   .init           :
     59   {
     60     KEEP (*(.init))
     61   }
     62   .plt            : { *(.plt) }
     63   .iplt           : { *(.iplt) }
     64   .text           :
     65   {
     66     *(.text.unlikely .text.*_unlikely)
     67     *(.text.exit .text.exit.*)
     68     *(.text.startup .text.startup.*)
     69     *(.text.hot .text.hot.*)
     70     *(.text .stub .text.* .gnu.linkonce.t.*)
     71     /* .gnu.warning sections are handled specially by elf32.em.  */
     72     *(.gnu.warning)
     73     *(.glue_7t) *(.glue_7) *(.vfp11_veneer) *(.v4_bx)
     74   }
     75   .fini           :
     76   {
     77     KEEP (*(.fini))
     78   }
     79   PROVIDE (__etext = .);
     80   PROVIDE (_etext = .);
     81   PROVIDE (etext = .);
     82   .rodata         : { *(.rodata .rodata.* .gnu.linkonce.r.*) }
     83   .rodata1        : { *(.rodata1) }
     84   .ARM.extab   : { *(.ARM.extab* .gnu.linkonce.armextab.*) }
     85    PROVIDE_HIDDEN (__exidx_start = .);
     86   .ARM.exidx   : { *(.ARM.exidx* .gnu.linkonce.armexidx.*) }
     87    PROVIDE_HIDDEN (__exidx_end = .);
     88   .eh_frame_hdr : { *(.eh_frame_hdr) }
     89   .eh_frame       : ONLY_IF_RO { KEEP (*(.eh_frame)) }
     90   .gcc_except_table   : ONLY_IF_RO { *(.gcc_except_table
     91   .gcc_except_table.*) }
     92   /* These sections are generated by the Sun/Oracle C++ compiler.  */
     93   .exception_ranges   : ONLY_IF_RO { *(.exception_ranges
     94   .exception_ranges*) }
     95   /* Adjust the address for the data segment.  We want to align at exactly
     96      a page boundary to make life easier for apriori. */
     97   . = ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1));
     98   /* Exception handling  */
     99   .eh_frame       : ONLY_IF_RW { KEEP (*(.eh_frame)) }
    100   .gcc_except_table   : ONLY_IF_RW { *(.gcc_except_table .gcc_except_table.*) }
    101   .exception_ranges   : ONLY_IF_RW { *(.exception_ranges .exception_ranges*) }
    102   /* Thread Local Storage sections  */
    103   .tdata	  : { *(.tdata .tdata.* .gnu.linkonce.td.*) }
    104   .tbss		  : { *(.tbss .tbss.* .gnu.linkonce.tb.*) *(.tcommon) }
    105   /* Ensure the __preinit_array_start label is properly aligned.  We
    106      could instead move the label definition inside the section, but
    107      the linker would then create the section even if it turns out to
    108      be empty, which isn't pretty.  */
    109   . = ALIGN(32 / 8);
    110   .preinit_array     :
    111   {
    112     KEEP (*(.preinit_array))
    113   }
    114   .init_array     :
    115   {
    116     KEEP (*crtbegin*.o(.init_array))
    117     KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)))
    118     KEEP (*(.init_array))
    119     KEEP (*(EXCLUDE_FILE (*crtbegin.o *crtbegin?.o *crtend.o *crtend?.o ) .ctors))
    120   }
    121   .fini_array     :
    122   {
    123     KEEP (*crtbegin*.o(.fini_array))
    124     KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*)))
    125     KEEP (*(.fini_array))
    126     KEEP (*(EXCLUDE_FILE (*crtbegin.o *crtbegin?.o *crtend.o *crtend?.o ) .dtors))
    127   }
    128   .ctors          :
    129   {
    130     /* gcc uses crtbegin.o to find the start of
    131        the constructors, so we make sure it is
    132        first.  Because this is a wildcard, it
    133        doesn't matter if the user does not
    134        actually link against crtbegin.o; the
    135        linker won't look for a file to match a
    136        wildcard.  The wildcard also means that it
    137        doesn't matter which directory crtbegin.o
    138        is in.  */
    139     KEEP (*crtbegin.o(.ctors))
    140     KEEP (*crtbegin*.o(.ctors))
    141     /* We don't want to include the .ctor section from
    142        the crtend.o file until after the sorted ctors.
    143        The .ctor section from the crtend file contains the
    144        end of ctors marker and it must be last */
    145     KEEP (*(EXCLUDE_FILE (*crtend.o *crtend*.o ) .ctors))
    146     KEEP (*(SORT(.ctors.*)))
    147     KEEP (*(.ctors))
    148   }
    149   .dtors          :
    150   {
    151     KEEP (*crtbegin.o(.dtors))
    152     KEEP (*crtbegin*.o(.dtors))
    153     KEEP (*(EXCLUDE_FILE (*crtend.o *crtend*.o ) .dtors))
    154     KEEP (*(SORT(.dtors.*)))
    155     KEEP (*(.dtors))
    156   }
    157   .jcr            : { KEEP (*(.jcr)) }
    158   .data.rel.ro : { *(.data.rel.ro.local* .gnu.linkonce.d.rel.ro.local.*) *(.data.rel.ro .data.rel.ro.* .gnu.linkonce.d.rel.ro.*) }
    159   .dynamic        : { *(.dynamic) }
    160   .got            : { *(.got.plt) *(.igot.plt) *(.got) *(.igot) }
    161   .data           :
    162   {
    163     __data_start = . ;
    164     *(.data .data.* .gnu.linkonce.d.*)
    165     SORT(CONSTRUCTORS)
    166   }
    167   .data1          : { *(.data1) }
    168   _edata = .; PROVIDE (edata = .);
    169   . = .;
    170   __bss_start = .;
    171   __bss_start__ = .;
    172   .bss            :
    173   {
    174    *(.dynbss)
    175    *(.bss .bss.* .gnu.linkonce.b.*)
    176    *(COMMON)
    177    /* Align here to ensure that the .bss section occupies space up to
    178       _end.  Align after .bss to ensure correct alignment even if the
    179       .bss section disappears because there are no input sections.  */
    180    . = ALIGN(32 / 8);
    181   }
    182   _bss_end__ = . ; __bss_end__ = . ;
    183   . = ALIGN(32 / 8);
    184   . = ALIGN(32 / 8);
    185   __end__ = . ;
    186   _end = .;
    187   _bss_end__ = . ; __bss_end__ = . ; __end__ = . ;
    188   PROVIDE (end = .);
    189   /* Stabs debugging sections.  */
    190   .stab          0 : { *(.stab) }
    191   .stabstr       0 : { *(.stabstr) }
    192   .stab.excl     0 : { *(.stab.excl) }
    193   .stab.exclstr  0 : { *(.stab.exclstr) }
    194   .stab.index    0 : { *(.stab.index) }
    195   .stab.indexstr 0 : { *(.stab.indexstr) }
    196   .comment       0 : { *(.comment) }
    197   /* DWARF debug sections.
    198      Symbols in the DWARF debugging sections are relative to the beginning
    199      of the section so we begin them at 0.  */
    200   /* DWARF 1 */
    201   .debug          0 : { *(.debug) }
    202   .line           0 : { *(.line) }
    203   /* GNU DWARF 1 extensions */
    204   .debug_srcinfo  0 : { *(.debug_srcinfo) }
    205   .debug_sfnames  0 : { *(.debug_sfnames) }
    206   /* DWARF 1.1 and DWARF 2 */
    207   .debug_aranges  0 : { *(.debug_aranges) }
    208   .debug_pubnames 0 : { *(.debug_pubnames) }
    209   /* DWARF 2 */
    210   .debug_info     0 : { *(.debug_info .gnu.linkonce.wi.*) }
    211   .debug_abbrev   0 : { *(.debug_abbrev) }
    212   .debug_line     0 : { *(.debug_line) }
    213   .debug_frame    0 : { *(.debug_frame) }
    214   .debug_str      0 : { *(.debug_str) }
    215   .debug_loc      0 : { *(.debug_loc) }
    216   .debug_macinfo  0 : { *(.debug_macinfo) }
    217   /* SGI/MIPS DWARF 2 extensions */
    218   .debug_weaknames 0 : { *(.debug_weaknames) }
    219   .debug_funcnames 0 : { *(.debug_funcnames) }
    220   .debug_typenames 0 : { *(.debug_typenames) }
    221   .debug_varnames  0 : { *(.debug_varnames) }
    222   /* DWARF 3 */
    223   .debug_pubtypes 0 : { *(.debug_pubtypes) }
    224   .debug_ranges   0 : { *(.debug_ranges) }
    225   /* DWARF Extension.  */
    226   .debug_macro    0 : { *(.debug_macro) }
    227     .stack         0x80000 :
    228   {
    229     _stack = .;
    230     *(.stack)
    231   }
    232   .ARM.attributes 0 : { KEEP (*(.ARM.attributes)) KEEP (*(.gnu.attributes)) }
    233   .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
    234   /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) *(.mdebug.*) }
    235 }
    236