Changeset 3902f8a4 in mainline for arch/ia64/src/dummy.s


Ignore:
Timestamp:
2005-08-15T11:34:58Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
efa9b73
Parents:
2e5365f3
Message:

For all relevant architectures, rename fake.s to dummy.s to better reflect the purpose of the file.
Also define global symbol called dummy.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • arch/ia64/src/dummy.s

    r2e5365f3 r3902f8a4  
    4343.global cpu_sleep
    4444.global frame_arch_init
     45.global dummy
    4546
    4647before_thread_runs_arch:
     
    5859cpu_sleep:
    5960frame_arch_init:
     61
     62dummy:
    6063        br.ret.sptk.many b0
    6164
Note: See TracChangeset for help on using the changeset viewer.