Changes in uspace/lib/c/arch/mips32/src/entry.s [66485741:47b7006] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/mips32/src/entry.s
r66485741 r47b7006 29 29 .text 30 30 .section .init, "ax" 31 32 31 .global __entry 33 32 .global __entry_driver 34 33 .set noreorder 35 34 .option pic2 … … 58 57 nop 59 58 .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.