Changeset efdfebc in mainline for uspace/lib/c/arch/ia32/_link.ld.in


Ignore:
Timestamp:
2012-11-06T21:03:44Z (11 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
338810f
Parents:
de73242 (diff), 94795812 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/ia32/_link.ld.in

    rde73242 refdfebc  
    1919
    2020SECTIONS {
    21 #if defined(LOADER) || defined(DLEXE)
    22         .interp : {
    23                 *(.interp);
    24         } :interp
    25 #endif
    2621#ifdef LOADER
    2722        . = 0x70001000 + SIZEOF_HEADERS;
     
    2924        . = 0x1000 + SIZEOF_HEADERS;
    3025#endif
     26       
    3127        .init : {
    3228                *(.init);
     
    3733                *(.rodata .rodata.*);
    3834        } :text
    39 
     35       
    4036#if defined(SHLIB) || defined(DLEXE)
    4137        .rel.plt : {
     
    6662        } :text
    6763#endif
     64       
     65#if defined(LOADER) || defined(DLEXE)
     66        .interp : {
     67                *(.interp);
     68        } :interp :text
     69#endif
     70       
    6871        . = . + 0x1000;
    6972       
     
    8083#if defined(SHLIB) || defined(DLEXE)
    8184        .data.rel : {
    82                 *(.data.rel .data.rel.*);
     85                *(.data.rel .data.rel.*);
    8386        } :data
    84 
     87       
    8588        .got : {
    86                 *(.got);
     89                *(.got);
    8790        } :data
     91       
    8892        .got.plt : {
    89                 *(.got.plt);
     93                *(.got.plt);
    9094        } :data
    9195#endif
Note: See TracChangeset for help on using the changeset viewer.