Changeset 0970f43 in mainline for arch/mips/_link.ld


Ignore:
Timestamp:
2005-07-20T11:22:01Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7d365305
Parents:
232e3ec7
Message:

Make MIPS target compile and link properly with the new 4.0.1 MIPS toolchain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips/_link.ld

    r232e3ec7 r0970f43  
    1111
    1212SECTIONS {
    13         .image 0x80000000: AT (0x80000000) {
     13        .image 0x80000000: AT (0x80000000) {
     14                _gp = 0x00000000;
     15               
    1416                ktext_start = .;
    1517                *(.text);
     
    1719
    1820                kdata_start = .;
     21                *(.reginfo);
     22                *(.rodata);
     23                *(.rodata.*);
    1924                *(.rdata);
    2025                *(.data);               /* initialized data */
Note: See TracChangeset for help on using the changeset viewer.