Changeset f233840 in mainline


Ignore:
Timestamp:
2017-05-04T22:24:30Z (7 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
67cda76
Parents:
9abe2e5
Message:

suppress dynamic linker warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/ia32/_link.ld.in

    r9abe2e5 rf233840  
    9797       
    9898        .tdata : {
    99 #ifndef DLEXE
    10099                _tdata_start = .;
    101 #endif
    102100                *(.tdata);
    103101                *(.gnu.linkonce.tb.*);
    104 #ifndef DLEXE
    105102                _tdata_end = .;
    106 #endif
    107103        } :data :tls
    108104        .tbss : {
    109 #ifndef DLEXE
    110105                _tbss_start = .;
    111 #endif
    112106                *(.tbss);
    113 #ifndef DLEXE
    114107                _tbss_end = .;
    115 #endif
    116108        } :data :tls
    117109       
    118 #ifndef DLEXE
    119110        _tls_alignment = MAX(ALIGNOF(.tdata), ALIGNOF(.tbss));
    120 #endif
    121111       
    122112        .bss : {
Note: See TracChangeset for help on using the changeset viewer.