Changeset 64d38cd in mainline for uspace/lib/c/arch/ppc32/_link.ld.in


Ignore:
Timestamp:
2018-04-30T20:09:49Z (6 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Children:
40d3604
Parents:
4c5f04f
Message:

Make some effort to allocate space for libraries.

File:
1 edited

Legend:

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

    r4c5f04f r64d38cd  
    1010
    1111SECTIONS {
     12#ifdef SHLIB
     13        . = SEGMENT_START("text-segment", 0);
     14#else
    1215        . = SEGMENT_START("text-segment", 0x400000);
    13 #ifndef SHLIB
    1416        PROVIDE (__executable_start = .);
    1517#endif
Note: See TracChangeset for help on using the changeset viewer.