home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / ldscripts / elf_x86_64.xn < prev    next >
Encoding:
LD Linker Script  |  2009-02-10  |  8.4 KB  |  217 lines

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