Changeset 467eae4d in rtems
- Timestamp:
- 03/21/97 19:20:40 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 254b4450
- Parents:
- 1a3e4fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/start/i960/start.s
r1a3e4fa r467eae4d 22 22 PUBLIC(start) # GNU960 default entry point 23 23 24 start:24 SYM(start): 25 25 mov 3, r12 26 26 modpc r12, r12, r12 # enable tracing/trace faults … … 90 90 91 91 PUBLIC(_start_frame) 92 PUBLIC(start_frame) 92 93 SYM (_start_frame): 94 SYM (start_frame): 93 95 .word 0 # addr of first user frame: for gdb960 94 96 97 PUBLIC(_stack_start) 98 PUBLIC(stack_start) 95 99 SYM (_stack_start): 96 PUBLIC(_stack_start) 100 SYM (stack_start): 97 101 .word 0 # addr of first user frame: for gdb960 98 102
Note: See TracChangeset
for help on using the changeset viewer.