Changeset 656b789 in mainline for boot/arch/mips32/loader/_link.ld.in


Ignore:
Timestamp:
2009-03-16T22:58:11Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
be6038b
Parents:
f36c061
Message:

resurrect big endian support for mips32: switch from mips-sgi-irix5 toolchain to mips-linux-gnu
the kernel is working alright, the user space has some bugs yet

File:
1 moved

Legend:

Unmodified
Added
Removed
  • boot/arch/mips32/loader/_link.ld.in

    rf36c061 r656b789  
    1 OUTPUT_FORMAT("binary")
    2 ENTRY(start)
    3  
     1ENTRY(start)
     2
    43SECTIONS {
    54        .boot 0xbfc00000: AT (0) {
     
    98                *(.rodata);
    109                *(.rodata.*);
    11                 *(.data);               /* initialized data */
     10                *(.data);       /* initialized data */
    1211                *(.sdata);
    1312                *(.sdata2);
    1413                *(.sbss);
    1514                *(.scommon);
    16                 *(.bss);                /* uninitialized static variables */   
    17                 *(COMMON);              /* global variables */
     15                *(.bss);        /* uninitialized static variables */
     16                *(COMMON);      /* global variables */
    1817                *(.reginfo);
    1918[[COMPONENTS]]
Note: See TracChangeset for help on using the changeset viewer.