Changeset 2a13328 in mainline


Ignore:
Timestamp:
2013-12-28T21:33:46Z (10 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
208b5f5
Parents:
e1cad18
Message:

add proper sections and halt()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/sparc32/src/asm.S

    re1cad18 r2a13328  
    3535.global boot_ctx_table
    3636.global boot_stack
     37.global halt
    3738.global jump_to_kernel
    3839
     
    4748boot_ctx_table:
    4849        .space 4
     50
    4951.section BOOTSTACK
    5052        .space 4096
    5153boot_stack:
     54
     55.text
     56
     57halt:
     58        b halt
     59        nop
    5260
    5361jump_to_kernel:
Note: See TracChangeset for help on using the changeset viewer.