Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/mips32/src/entry.s

    r66485741 r47b7006  
    2929.text
    3030.section .init, "ax"
    31 
    3231.global __entry
    33 
     32.global __entry_driver
    3433.set noreorder
    3534.option pic2
     
    5857        nop
    5958.end
     59
     60# Alignment of output section data to 0x4000
     61.section .data
     62.align 14
Note: See TracChangeset for help on using the changeset viewer.