Changeset 1890f2a2 in mainline for uspace/lib/c/arch/ia32


Ignore:
Timestamp:
2018-04-09T15:06:16Z (7 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3f932a7e
Parents:
0a4667a7
Message:

fix linker warnings

File:
1 edited

Legend:

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

    r0a4667a7 r1890f2a2  
    6262
    6363        .hash : {
    64                 *(.hash);
     64                *(.hash .gnu.hash);
    6565        } :text
    6666#endif
     
    9292                *(.got);
    9393        } :data
     94#endif
    9495
    9596        .got.plt : {
    9697                *(.got.plt);
    9798        } :data
    98 #endif
    9999
    100100        .tdata : {
Note: See TracChangeset for help on using the changeset viewer.