Changeset a71d9af9 in mainline for libc/arch/mips32/src/psthread.S


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/src/psthread.S

    re708063 ra71d9af9  
    3131.set noat
    3232.set noreorder
    33 .set nomacro
    3433
    3534
     
    8483        CONTEXT_LOAD $a0
    8584
     85        # Just for the jump into first function, but one instruction
     86        # should not bother us
     87        move $t9, $ra   
    8688        # context_restore returns 0
    8789        j $ra
    8890        xor $v0, $v0   
     91
Note: See TracChangeset for help on using the changeset viewer.