Changeset 66855b2 in mainline for uspace/lib/c/arch/ia32


Ignore:
Timestamp:
2018-04-30T20:18:55Z (7 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
232ec3a1
Parents:
4c5f04f
Message:

Fix a linker script issue I introduced.

File:
1 edited

Legend:

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

    r4c5f04f r66855b2  
    1818
    1919SECTIONS {
     20#ifdef SHLIB
     21        . = SEGMENT_START("text-segment", 0);
     22#else
    2023        . = SEGMENT_START("text-segment", 0x400000);
    21 #ifndef SHLIB
    2224        PROVIDE (__executable_start = .);
    2325#endif
Note: See TracChangeset for help on using the changeset viewer.