~jakub/helenos/ia64-revival

« back to all changes in this revision

Viewing changes to uspace/lib/c/arch/mips32/src/entry.s

  • Committer: Jakub Jermar
  • Date: 2011-04-13 14:45:41 UTC
  • mfrom: (527.1.397 main-clone)
  • Revision ID: jakub@jermar.eu-20110413144541-x0j3r1zxqhsljx1o
MergeĀ mainlineĀ changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
.text
30
30
.section .init, "ax"
 
31
 
31
32
.global __entry
32
 
.global __entry_driver
 
33
 
33
34
.set noreorder
34
35
.option pic2
35
36
 
55
56
 
56
57
        jal __main
57
58
        nop
58
 
        
59
 
        jal __exit
60
 
        nop
61
59
.end
62
 
 
63
 
# Alignment of output section data to 0x4000
64
 
.section .data
65
 
.align 14