Ignore:
Timestamp:
2008-06-04T18:48:16Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3abe472f
Parents:
fadfaf8
Message:

Make arm32 compile again.

File:
1 edited

Legend:

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

    rfadfaf8 r009474f  
    3232
    3333.global __entry
    34 .global __entry_driver
    3534
    3635## User-space task entry point
     
    3938__entry:
    4039        bl __main
    41         bl __io_init
    4240        bl main
    4341        bl __exit
    44 
    45 __entry_driver:
    46         bl __main
    47         bl main
    48         bl __exit
    49 
Note: See TracChangeset for help on using the changeset viewer.