Ignore:
Timestamp:
2007-10-28T20:55:39Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2c2295ab
Parents:
a052d7f
Message:

In all architectures' uspace linker scripts, define the _tls_alignment symbol.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/arch/arm32/_link.ld.in

    ra052d7f r941cc8b  
    2323                *(.sdata);
    2424        } :data
    25 
    2625        .tdata : {
    2726                _tdata_start = .;
     
    2928                _tdata_end = .;
    3029        } :data
    31 
    3230        .tbss : {
    3331                _tbss_start = .;
     
    3533                _tbss_end = .;
    3634        } :data
    37 
     35        _tls_alignment = MAX(ALIGNOF(.tdata), ALIGNOF(.tbss));
    3836        .bss : {
    3937                *(.sbss);
Note: See TracChangeset for help on using the changeset viewer.