Changeset 32443b0 in mainline for uspace


Ignore:
Timestamp:
2008-06-04T19:37:52Z (17 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
40257f5
Parents:
82b71ef1
Message:

Make mips32 compile again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/arch/mips32/src/entry.s

    r82b71ef1 r32443b0  
    5353        nop
    5454       
    55         jal __io_init
    56         nop
    57        
    5855        jal main
    5956        nop
     
    6360.end
    6461
    65 .ent __entry_driver
    66 __entry_driver:
    67         .frame $sp, 32, $31
    68         .cpload $25
    69        
    70        
    71         # Mips o32 may store its arguments on stack, make space (16 bytes),
    72         # so that it could work with -O0
    73         # Make space additional 16 bytes for the stack frame
    74 
    75         addiu $sp, -32
    76         .cprestore 16   # Allow PIC code
    77        
    78         jal __main
    79         nop
    80        
    81         jal main
    82         nop
    83        
    84         jal __exit
    85         nop
    86 .end
    8762# Alignment of output section data to 0x4000
    8863.section .data
Note: See TracChangeset for help on using the changeset viewer.