- Timestamp:
- 2005-08-15T11:34:58Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- efa9b73
- Parents:
- 2e5365f3
- Location:
- arch/ia64
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/Makefile.inc
r2e5365f3 r3902f8a4 18 18 arch/start.S \ 19 19 arch/asm.S \ 20 arch/ fake.s \20 arch/dummy.s \ 21 21 arch/putchar.c \ 22 22 arch/ia64.c \ -
arch/ia64/src/dummy.s
r2e5365f3 r3902f8a4 43 43 .global cpu_sleep 44 44 .global frame_arch_init 45 .global dummy 45 46 46 47 before_thread_runs_arch: … … 58 59 cpu_sleep: 59 60 frame_arch_init: 61 62 dummy: 60 63 br.ret.sptk.many b0 61 64
Note:
See TracChangeset
for help on using the changeset viewer.