Changeset 25f9823 in mainline for libc/arch/ia64/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/ia64/src/entry.s
r04552a80 r25f9823 32 32 33 33 .globl __entry 34 .globl __entry_driver 34 35 35 36 ## User-space task entry point … … 40 41 mov r1 = _gp 41 42 { br.call.sptk.many b0 = __main } 43 { br.call.sptk.many b0 = __io_init } 42 44 { br.call.sptk.many b0 = main } 43 45 { br.call.sptk.many b0 = __exit } 44 45 .end __entry 46 47 __entry_driver: 48 alloc loc0 = ar.pfs, 0, 1, 2, 0 49 mov r1 = _gp 50 { br.call.sptk.many b0 = __main } 51 { br.call.sptk.many b0 = main } 52 { br.call.sptk.many b0 = __exit }
Note:
See TracChangeset
for help on using the changeset viewer.