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

    rbae7bdc rfcfd002  
    1313        } :interp
    1414       
    15         /* On Itanium code sections must be aligned to 16 bytes. */
    16         . = ALIGN(0x800000000 + SIZEOF_HEADERS, 16);
     15        . = 0x800000000 + SIZEOF_HEADERS;
    1716       
    1817        .init : {
     
    4342                *(.tdata);
    4443                _tdata_end = .;
    45         } :data
    46        
    47         .tbss : {
    4844                _tbss_start = .;
    4945                *(.tbss);
     
    5147        } :data
    5248       
    53         _tls_alignment = MAX(ALIGNOF(.tdata), ALIGNOF(.tbss));
     49        _tls_alignment = ALIGNOF(.tdata);
    5450       
    5551        .bss : {
Note: See TracChangeset for help on using the changeset viewer.