Changeset 21cb3ac in mainline for uspace/lib/c/arch/arm32/_link.ld.in


Ignore:
Timestamp:
2011-03-28T20:57:27Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0c8a420
Parents:
06e724e1
Message:

arm32: linker script improvements

File:
1 edited

Legend:

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

    r06e724e1 r21cb3ac  
    1515       
    1616        .text : {
    17                 *(.text);
    18                 *(.rodata*);
     17                *(.text .text.*);
     18                *(.rodata .rodata.*);
    1919        } :text
    2020       
Note: See TracChangeset for help on using the changeset viewer.