Changeset a3aa1e1 in mainline for libc/arch/ia64/src/entry.s
- Timestamp:
- 2006-03-13T12:29:56Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b419162
- Parents:
- 8f9239e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/arch/ia64/src/entry.s
r8f9239e ra3aa1e1 27 27 # 28 28 29 . text29 .section .init, "ax" 30 30 31 31 .org 0 … … 37 37 # 38 38 __entry: 39 mov r1 = _ _entry39 mov r1 = _gp 40 40 { br.call.sptk.many b0 = main } 41 41 { br.call.sptk.many b0 = __exit }
Note:
See TracChangeset
for help on using the changeset viewer.