Changeset 3156582 in mainline for arch/mips/_link.ld.in


Ignore:
Timestamp:
2005-09-11T12:48:42Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8e3fb24c
Parents:
8491c48
Message:

Updated symtab so that it works correctly with BE architectures.
Changed compiler for BE MIPS to be mips-sgi-irix5, because
mipsel -EB does not behave correctly.
Doc updates to amd64.
Added ARC BIOS support to MIPS architecture. Putchar works correctly,
kernel passed FPU & some rwlock tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips/_link.ld.in

    r8491c48 r3156582  
    3434                *(.sdata);
    3535                *(.reginfo);
     36                /* Unfortunately IRIX does not allow us
     37                 * to include this as a last section :-(
     38                 * BSS/SBSS addresses will be wrong */
     39                symbol_table = .;
     40                *(symtab.*);             
    3641        }
    3742        _gp = . + 0x8000;
     
    4752        }
    4853
    49         mysymtab : {
    50                 symbol_table = .;
    51                 *(symtab.*);             /* Symbol table, must be LAST symbol!*/
    52         }
    5354        kdata_end = .;
    5455
Note: See TracChangeset for help on using the changeset viewer.