Changeset 3a4ae6c in rtems for c/src/lib/start
- Timestamp:
- 09/11/95 19:35:39 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ced11f99
- Parents:
- 5072b07
- Location:
- c/src/lib/start
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/start/i960/start.s
r5072b07 r3a4ae6c 81 81 ldconst 0,g0 82 82 ldconst 0,g1 83 call _bsp_start 83 ldconst 0,g2 84 call _main 84 85 ret 85 86 -
c/src/lib/start/m68k/start.s
r5072b07 r3a4ae6c 98 98 #endif 99 99 100 jsr SYM (bsp_start) 100 101 movel #0,a7@- | push environp 102 movel #0,a7@- | push argv 103 movel #0,a7@- | push argc 104 105 jsr SYM (main) 106 addl #12,a7 107 101 108 #if ( M68K_HAS_SEPARATE_STACKS == 1 ) 102 109 move.l SYM (initial_isp),a0
Note: See TracChangeset
for help on using the changeset viewer.