home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / lib / ldscripts / elf_x86_64.xc < prev    next >
Encoding:
LD Linker Script  |  2006-06-28  |  7.5 KB  |  216 lines

  1. /* Script for -z combreloc: combine and sort reloc sections */
  2. OUTPUT_FORMAT("elf64-x86-64", "elf64-x86-64",
  3.           "elf64-x86-64")
  4. OUTPUT_ARCH(i386:x86-64)
  5. ENTRY(_start)
  6. SEARCH_DIR("/usr/x86_64-linux-gnu/lib64"); SEARCH_DIR("/usr/local/lib64"); SEARCH_DIR("/lib64"); SEARCH_DIR("/usr/lib64"); SEARCH_DIR("/usr/x86_64-linux-gnu/lib"); SEARCH_DIR("/usr/local/lib"); SEARCH_DIR("/lib"); SEARCH_DIR("/usr/lib");
  7. SECTIONS
  8. {
  9.   /* Read-only sections, merged into text segment: */
  10.   PROVIDE (__executable_start = 0x400000); . = 0x400000 + SIZEOF_HEADERS;
  11.   .interp         : { *(.interp) }
  12.   .hash           : { *(.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.dyn        :
  19.     {
  20.       *(.rel.init)
  21.       *(.rel.text .rel.text.* .rel.gnu.linkonce.t.*)
  22.       *(.rel.fini)
  23.       *(.rel.rodata .rel.rodata.* .rel.gnu.linkonce.r.*)
  24.       *(.rel.data.rel.ro* .rel.gnu.linkonce.d.rel.ro.*)
  25.       *(.rel.data .rel.data.* .rel.gnu.linkonce.d.*)
  26.       *(.rel.tdata .rel.tdata.* .rel.gnu.linkonce.td.*)
  27.       *(.rel.tbss .rel.tbss.* .rel.gnu.linkonce.tb.*)
  28.       *(.rel.ctors)
  29.       *(.rel.dtors)
  30.       *(.rel.got)
  31.       *(.rel.bss .rel.bss.* .rel.gnu.linkonce.b.*)
  32.       *(.rel.ldata .rel.ldata.* .rel.gnu.linkonce.l.*)
  33.       *(.rel.lbss .rel.lbss.* .rel.gnu.linkonce.lb.*)
  34.       *(.rel.lrodata .rel.lrodata.* .rel.gnu.linkonce.lr.*)
  35.     }
  36.   .rela.dyn       :
  37.     {
  38.       *(.rela.init)
  39.       *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*)
  40.       *(.rela.fini)
  41.       *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*)
  42.       *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*)
  43.       *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*)
  44.       *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*)
  45.       *(.rela.ctors)
  46.       *(.rela.dtors)
  47.       *(.rela.got)
  48.       *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*)
  49.       *(.rela.ldata .rela.ldata.* .rela.gnu.linkonce.l.*)
  50.       *(.rela.lbss .rela.lbss.* .rela.gnu.linkonce.lb.*)
  51.       *(.rela.lrodata .rela.lrodata.* .rela.gnu.linkonce.lr.*)
  52.     }
  53.   .rel.plt        : { *(.rel.plt) }
  54.   .rela.plt       : { *(.rela.plt) }
  55.   .init           :
  56.   {
  57.     KEEP (*(.init))
  58.   } =0x90909090
  59.   .plt            : { *(.plt) }
  60.   .text           :
  61.   {
  62.     *(.text .stub .text.* .gnu.linkonce.t.*)
  63.     KEEP (*(.text.*personality*))
  64.     /* .gnu.warning sections are handled specially by elf32.em.  */
  65.     *(.gnu.warning)
  66.   } =0x90909090
  67.   .fini           :
  68.   {
  69.     KEEP (*(.fini))
  70.   } =0x90909090
  71.   PROVIDE (__etext = .);
  72.   PROVIDE (_etext = .);
  73.   PROVIDE (etext = .);
  74.   .rodata         : { *(.rodata .rodata.* .gnu.linkonce.r.*) }
  75.   .rodata1        : { *(.rodata1) }
  76.   .eh_frame_hdr : { *(.eh_frame_hdr) }
  77.   .eh_frame       : ONLY_IF_RO { KEEP (*(.eh_frame)) }
  78.   .gcc_except_table   : ONLY_IF_RO { *(.gcc_except_table .gcc_except_table.*) }
  79.   /* Adjust the address for the data segment.  We want to adjust up to
  80.      the same address within the page on the next page up.  */
  81.   . = ALIGN (0x100000) - ((0x100000 - .) & (0x100000 - 1)); . = DATA_SEGMENT_ALIGN (0x100000, 0x1000);
  82.   /* Exception handling  */
  83.   .eh_frame       : ONLY_IF_RW { KEEP (*(.eh_frame)) }
  84.   .gcc_except_table   : ONLY_IF_RW { *(.gcc_except_table .gcc_except_table.*) }
  85.   /* Thread Local Storage sections  */
  86.   .tdata      : { *(.tdata .tdata.* .gnu.linkonce.td.*) }
  87.   .tbss          : { *(.tbss .tbss.* .gnu.linkonce.tb.*) *(.tcommon) }
  88.   .preinit_array     :
  89.   {
  90.     PROVIDE_HIDDEN (__preinit_array_start = .);
  91.     KEEP (*(.preinit_array))
  92.     PROVIDE_HIDDEN (__preinit_array_end = .);
  93.   }
  94.   .init_array     :
  95.   {
  96.      PROVIDE_HIDDEN (__init_array_start = .);
  97.      KEEP (*(SORT(.init_array.*)))
  98.      KEEP (*(.init_array))
  99.      PROVIDE_HIDDEN (__init_array_end = .);
  100.   }
  101.   .fini_array     :
  102.   {
  103.     PROVIDE_HIDDEN (__fini_array_start = .);
  104.     KEEP (*(.fini_array))
  105.     KEEP (*(SORT(.fini_array.*)))
  106.     PROVIDE_HIDDEN (__fini_array_end = .);
  107.   }
  108.   .ctors          :
  109.   {
  110.     /* gcc uses crtbegin.o to find the start of
  111.        the constructors, so we make sure it is
  112.        first.  Because this is a wildcard, it
  113.        doesn't matter if the user does not
  114.        actually link against crtbegin.o; the
  115.        linker won't look for a file to match a
  116.        wildcard.  The wildcard also means that it
  117.        doesn't matter which directory crtbegin.o
  118.        is in.  */
  119.     KEEP (*crtbegin*.o(.ctors))
  120.     /* We don't want to include the .ctor section from
  121.        the crtend.o file until after the sorted ctors.
  122.        The .ctor section from the crtend file contains the
  123.        end of ctors marker and it must be last */
  124.     KEEP (*(EXCLUDE_FILE (*crtend*.o ) .ctors))
  125.     KEEP (*(SORT(.ctors.*)))
  126.     KEEP (*(.ctors))
  127.   }
  128.   .dtors          :
  129.   {
  130.     KEEP (*crtbegin*.o(.dtors))
  131.     KEEP (*(EXCLUDE_FILE (*crtend*.o ) .dtors))
  132.     KEEP (*(SORT(.dtors.*)))
  133.     KEEP (*(.dtors))
  134.   }
  135.   .jcr            : { KEEP (*(.jcr)) }
  136.   .data.rel.ro : { *(.data.rel.ro.local* .gnu.linkonce.d.rel.ro.local.*) *(.data.rel.ro* .gnu.linkonce.d.rel.ro.*) }
  137.   .dynamic        : { *(.dynamic) }
  138.   .got            : { *(.got) }
  139.   . = DATA_SEGMENT_RELRO_END (24, .);
  140.   .got.plt        : { *(.got.plt) }
  141.   .data           :
  142.   {
  143.     *(.data .data.* .gnu.linkonce.d.*)
  144.     KEEP (*(.gnu.linkonce.d.*personality*))
  145.     SORT(CONSTRUCTORS)
  146.   }
  147.   .data1          : { *(.data1) }
  148.   _edata = .; PROVIDE (edata = .);
  149.   __bss_start = .;
  150.   .bss            :
  151.   {
  152.    *(.dynbss)
  153.    *(.bss .bss.* .gnu.linkonce.b.*)
  154.    *(COMMON)
  155.    /* Align here to ensure that the .bss section occupies space up to
  156.       _end.  Align after .bss to ensure correct alignment even if the
  157.       .bss section disappears because there are no input sections.
  158.       FIXME: Why do we need it? When there is no .bss section, we don't
  159.       pad the .data section.  */
  160.    . = ALIGN(. != 0 ? 64 / 8 : 1);
  161.   }
  162.   . = ALIGN(64 / 8);
  163.   .lbss   :
  164.   {
  165.     *(.dynlbss)
  166.     *(.lbss .lbss.* .gnu.linkonce.lb.*)
  167.     *(LARGE_COMMON)
  168.   }
  169.   .lrodata   ALIGN(0x100000) + (. & (0x100000 - 1)) :
  170.   {
  171.     *(.lrodata .lrodata.* .gnu.linkonce.lr.*)
  172.   }
  173.   .ldata   ALIGN(0x100000) + (. & (0x100000 - 1)) :
  174.   {
  175.     *(.ldata .ldata.* .gnu.linkonce.l.*)
  176.     . = ALIGN(. != 0 ? 64 / 8 : 1);
  177.   }
  178.   . = ALIGN(64 / 8);
  179.   _end = .; PROVIDE (end = .);
  180.   . = DATA_SEGMENT_END (.);
  181.   /* Stabs debugging sections.  */
  182.   .stab          0 : { *(.stab) }
  183.   .stabstr       0 : { *(.stabstr) }
  184.   .stab.excl     0 : { *(.stab.excl) }
  185.   .stab.exclstr  0 : { *(.stab.exclstr) }
  186.   .stab.index    0 : { *(.stab.index) }
  187.   .stab.indexstr 0 : { *(.stab.indexstr) }
  188.   .comment       0 : { *(.comment) }
  189.   /* DWARF debug sections.
  190.      Symbols in the DWARF debugging sections are relative to the beginning
  191.      of the section so we begin them at 0.  */
  192.   /* DWARF 1 */
  193.   .debug          0 : { *(.debug) }
  194.   .line           0 : { *(.line) }
  195.   /* GNU DWARF 1 extensions */
  196.   .debug_srcinfo  0 : { *(.debug_srcinfo) }
  197.   .debug_sfnames  0 : { *(.debug_sfnames) }
  198.   /* DWARF 1.1 and DWARF 2 */
  199.   .debug_aranges  0 : { *(.debug_aranges) }
  200.   .debug_pubnames 0 : { *(.debug_pubnames) }
  201.   /* DWARF 2 */
  202.   .debug_info     0 : { *(.debug_info .gnu.linkonce.wi.*) }
  203.   .debug_abbrev   0 : { *(.debug_abbrev) }
  204.   .debug_line     0 : { *(.debug_line) }
  205.   .debug_frame    0 : { *(.debug_frame) }
  206.   .debug_str      0 : { *(.debug_str) }
  207.   .debug_loc      0 : { *(.debug_loc) }
  208.   .debug_macinfo  0 : { *(.debug_macinfo) }
  209.   /* SGI/MIPS DWARF 2 extensions */
  210.   .debug_weaknames 0 : { *(.debug_weaknames) }
  211.   .debug_funcnames 0 : { *(.debug_funcnames) }
  212.   .debug_typenames 0 : { *(.debug_typenames) }
  213.   .debug_varnames  0 : { *(.debug_varnames) }
  214.   /DISCARD/ : { *(.note.GNU-stack) }
  215. }
  216.