Changeset a71d9af9 in mainline for libc/arch/mips32/_link.ld.in


Ignore:
Timestamp:
2006-03-24T00:51:14Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
86d05fae
Parents:
e708063
Message:

Changed MIPS to compile as PIC code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/arch/mips32/_link.ld.in

    re708063 ra71d9af9  
    1818        } :text
    1919
    20         .data ALIGN(0x4000) : SUBALIGN(0x4000) {
     20        .data : {
    2121                *(.data);
     22                *(.data.rel*);
    2223        } :data
    2324        .got : {
    2425                _gp = .;
    25                 *(.data.rel*);
     26                *(.got);
    2627        } :data
    2728        .sbss : {
Note: See TracChangeset for help on using the changeset viewer.