Ignore:
Timestamp:
2011-04-29T20:59:37Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c53d906
Parents:
bae7bdc
Message:

Re-converge linker scripts used by loader to those in C library.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/loader/arch/abs32le/_link.ld.in

    rbae7bdc rfcfd002  
    1818        } :interp
    1919       
    20         . = 0x70001000;
     20        . = 0x70001000 + SIZEOF_HEADERS;
    2121       
    2222        .text : {
     
    2525        } :text
    2626       
    27         .data ALIGN(0x1000) : SUBALIGN(0x1000) {
     27        . = . + 0x1000;
     28       
     29        .data : {
    2830                *(.data);
    2931                *(.data.rel*);
     
    3537                *(.gnu.linkonce.tb.*);
    3638                _tdata_end = .;
    37         } :data
    38        
    39         .tbss : {
    4039                _tbss_start = .;
    4140                *(.tbss);
     
    4342        } :data
    4443       
    45         _tls_alignment = MAX(ALIGNOF(.tdata), ALIGNOF(.tbss));
     44        _tls_alignment = ALIGNOF(.tdata);
    4645       
    4746        .sbss : {
Note: See TracChangeset for help on using the changeset viewer.