armelf_linux.xr
上传用户:szlgq88
上传日期:2009-04-28
资源大小:48287k
文件大小:5k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /* Script for ld -r: link without relocation */
  2. OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm",
  3.       "elf32-littlearm")
  4. OUTPUT_ARCH(arm)
  5. ENTRY(_start)
  6.  /* For some reason, the Solaris linker makes bad executables
  7.   if gld -r is used and the intermediate file has sections starting
  8.   at non-zero addresses.  Could be a Solaris ld bug, could be a GNU ld
  9.   bug.  But for now assigning the zero vmas works.  */
  10. SECTIONS
  11. {
  12.   /* Read-only sections, merged into text segment: */
  13.   .interp       0 : { *(.interp) }
  14.   .hash         0 : { *(.hash) }
  15.   .dynsym       0 : { *(.dynsym) }
  16.   .dynstr       0 : { *(.dynstr) }
  17.   .gnu.version  0 : { *(.gnu.version) }
  18.   .gnu.version_d 0: { *(.gnu.version_d) }
  19.   .gnu.version_r 0: { *(.gnu.version_r) }
  20.   .rel.init     0 : { *(.rel.init) }
  21.   .rela.init    0 : { *(.rela.init) }
  22.   .rel.text     0 : { *(.rel.text) }
  23.   .rela.text    0 : { *(.rela.text) }
  24.   .rel.fini     0 : { *(.rel.fini) }
  25.   .rela.fini    0 : { *(.rela.fini) }
  26.   .rel.rodata   0 : { *(.rel.rodata) }
  27.   .rela.rodata  0 : { *(.rela.rodata) }
  28.   .rel.data.rel.ro 0 : { *(.rel.data.rel.ro) }
  29.   .rela.data.rel.ro 0 : { *(.rel.data.rel.ro) }
  30.   .rel.data     0 : { *(.rel.data) }
  31.   .rela.data    0 : { *(.rela.data) }
  32.   .rel.tdata 0 : { *(.rel.tdata) }
  33.   .rela.tdata 0 : { *(.rela.tdata) }
  34.   .rel.tbss 0 : { *(.rel.tbss) }
  35.   .rela.tbss 0 : { *(.rela.tbss) }
  36.   .rel.ctors    0 : { *(.rel.ctors) }
  37.   .rela.ctors   0 : { *(.rela.ctors) }
  38.   .rel.dtors    0 : { *(.rel.dtors) }
  39.   .rela.dtors   0 : { *(.rela.dtors) }
  40.   .rel.got      0 : { *(.rel.got) }
  41.   .rela.got     0 : { *(.rela.got) }
  42.   .rel.bss      0 : { *(.rel.bss) }
  43.   .rela.bss     0 : { *(.rela.bss) }
  44.   .rel.plt      0 : { *(.rel.plt) }
  45.   .rela.plt     0 : { *(.rela.plt) }
  46.   .init         0 :
  47.   {
  48.     KEEP (*(.init))
  49.   } =0
  50.   .plt          0 : { *(.plt) }
  51.   .text         0 :
  52.   {
  53.     *(.text .stub)
  54.     KEEP (*(.text.*personality*))
  55.     /* .gnu.warning sections are handled specially by elf32.em.  */
  56.     *(.gnu.warning)
  57.   } =0
  58.   .fini         0 :
  59.   {
  60.     KEEP (*(.fini))
  61.   } =0
  62.   .rodata       0 : { *(.rodata) }
  63.   .rodata1      0 : { *(.rodata1) }
  64.   .eh_frame_hdr : { *(.eh_frame_hdr) }
  65.   .eh_frame     0 : ONLY_IF_RO { KEEP (*(.eh_frame)) }
  66.   .gcc_except_table 0 : ONLY_IF_RO { KEEP (*(.gcc_except_table)) *(.gcc_except_table.*) }
  67.   /* Adjust the address for the data segment.  We want to adjust up to
  68.      the same address within the page on the next page up.  */
  69.   /* Exception handling  */
  70.   .eh_frame     0 : ONLY_IF_RW { KEEP (*(.eh_frame)) }
  71.   .gcc_except_table 0 : ONLY_IF_RW { KEEP (*(.gcc_except_table)) *(.gcc_except_table.*) }
  72.   /* Thread Local Storage sections  */
  73.   .tdata 0 : { *(.tdata) }
  74.   .tbss 0 : { *(.tbss) }
  75.   /* Ensure the __preinit_array_start label is properly aligned.  We
  76.      could instead move the label definition inside the section, but
  77.      the linker would then create the section even if it turns out to
  78.      be empty, which isn't pretty.  */
  79.   .preinit_array   0 : { KEEP (*(.preinit_array)) }
  80.   .init_array   0 : { KEEP (*(.init_array)) }
  81.   .fini_array   0 : { KEEP (*(.fini_array)) }
  82.   .jcr          0 : { KEEP (*(.jcr)) }
  83.   .dynamic      0 : { *(.dynamic) }
  84.   .got          0 : { *(.got.plt) *(.got) }
  85.   .data         0 :
  86.   {
  87.     *(.data)
  88.     KEEP (*(.gnu.linkonce.d.*personality*))
  89.   }
  90.   .data1        0 : { *(.data1) }
  91.   .bss          0 :
  92.   {
  93.    *(.dynbss)
  94.    *(.bss)
  95.    *(COMMON)
  96.    /* Align here to ensure that the .bss section occupies space up to
  97.       _end.  Align after .bss to ensure correct alignment even if the
  98.       .bss section disappears because there are no input sections.  */
  99.   }
  100.   /* Stabs debugging sections.  */
  101.   .stab          0 : { *(.stab) }
  102.   .stabstr       0 : { *(.stabstr) }
  103.   .stab.excl     0 : { *(.stab.excl) }
  104.   .stab.exclstr  0 : { *(.stab.exclstr) }
  105.   .stab.index    0 : { *(.stab.index) }
  106.   .stab.indexstr 0 : { *(.stab.indexstr) }
  107.   .comment       0 : { *(.comment) }
  108.   /* DWARF debug sections.
  109.      Symbols in the DWARF debugging sections are relative to the beginning
  110.      of the section so we begin them at 0.  */
  111.   /* DWARF 1 */
  112.   .debug          0 : { *(.debug) }
  113.   .line           0 : { *(.line) }
  114.   /* GNU DWARF 1 extensions */
  115.   .debug_srcinfo  0 : { *(.debug_srcinfo) }
  116.   .debug_sfnames  0 : { *(.debug_sfnames) }
  117.   /* DWARF 1.1 and DWARF 2 */
  118.   .debug_aranges  0 : { *(.debug_aranges) }
  119.   .debug_pubnames 0 : { *(.debug_pubnames) }
  120.   /* DWARF 2 */
  121.   .debug_info     0 : { *(.debug_info .gnu.linkonce.wi.*) }
  122.   .debug_abbrev   0 : { *(.debug_abbrev) }
  123.   .debug_line     0 : { *(.debug_line) }
  124.   .debug_frame    0 : { *(.debug_frame) }
  125.   .debug_str      0 : { *(.debug_str) }
  126.   .debug_loc      0 : { *(.debug_loc) }
  127.   .debug_macinfo  0 : { *(.debug_macinfo) }
  128.   /* SGI/MIPS DWARF 2 extensions */
  129.   .debug_weaknames 0 : { *(.debug_weaknames) }
  130.   .debug_funcnames 0 : { *(.debug_funcnames) }
  131.   .debug_typenames 0 : { *(.debug_typenames) }
  132.   .debug_varnames  0 : { *(.debug_varnames) }
  133.   .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
  134. }