Changeset 25f9823 in mainline for libc/arch/ppc32/src/entry.s
- Timestamp:
- 2006-05-17T21:52:56Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2b399cc
- Parents:
- 04552a80
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/arch/ppc32/src/entry.s
r04552a80 r25f9823 32 32 33 33 .globl __entry 34 .globl __entry_driver 34 35 35 36 ## User-space task entry point … … 37 38 # 38 39 __entry: 39 bl __main 40 bl __main 41 bl __io_init 40 42 bl main 41 43 bl __exit 42 43 .end __entry 44 45 __entry_driver: 46 bl __main 47 bl main 48 bl __exit
Note:
See TracChangeset
for help on using the changeset viewer.