Changeset 29a9f62 in mainline for libc/arch/ia64
- Timestamp:
- 2006-03-23T10:33:55Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 77bd004
- Parents:
- 1cef26f
- Location:
- libc/arch/ia64
- Files:
-
- 2 edited
- 1 moved
-
include/atomic.h (moved) (moved from libc/arch/ia64/include/atomic_arch.h )
-
src/entry.s (modified) (1 diff)
-
src/thread_entry.s (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libc/arch/ia64/src/entry.s
r1cef26f r29a9f62 39 39 alloc loc0 = ar.pfs, 0, 1, 2, 0 40 40 mov r1 = _gp 41 { br.call.sptk.many b0 = __main } 41 42 { br.call.sptk.many b0 = main } 42 43 { br.call.sptk.many b0 = __exit } -
libc/arch/ia64/src/thread_entry.s
r1cef26f r29a9f62 44 44 45 45 mov out0 = r8 46 { br.call.sptk.many b0 = thread_main }46 { br.call.sptk.many b0 = __thread_main } 47 47 48 48 #
Note:
See TracChangeset
for help on using the changeset viewer.
