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

    ra052d7f r941cc8b  
    3131                _tbss_end = .;
    3232        } :data
    33        
     33        _tls_alignment = MAX(ALIGNOF(.tdata), ALIGNOF(.tbss));
    3434        .bss : {
    3535                *(COMMON);
Note: See TracChangeset for help on using the changeset viewer.