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/sparc64/_link.ld.in

    rbae7bdc rfcfd002  
    4040                *(.tdata);
    4141                _tdata_end = .;
    42         } :data
    43        
    44         .tbss : {
    4542                _tbss_start = .;
    4643                *(.tbss);
     
    4845        } :data
    4946       
    50         _tls_alignment = MAX(ALIGNOF(.tdata), ALIGNOF(.tbss));
     47        _tls_alignment = ALIGNOF(.tdata);
    5148       
    5249        .bss : {
Note: See TracChangeset for help on using the changeset viewer.