Opened 7 years ago
Closed 7 years ago
#693 closed defect (fixed)
Assembler warnings on MIPS
Reported by: | Jiří Zárevúcky | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 0.7.1 |
Component: | helenos/unspecified | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description
In kernel/arch/mips32/src/start.S
arch/mips32/src/start.S:221: Warning: macro instruction expanded into multiple instructions arch/mips32/src/start.S:312: Warning: macro instruction expanded into multiple instructions arch/mips32/src/start.S:328: Warning: macro instruction expanded into multiple instructions
In uspace/lib/c/arch/mips32/src/entry.S
and thread_entry.S
{standard input}: Warning: missing .end at end of assembly
In boot/arch/mips32/src/asm.S
arch/mips32/src/asm.S:64: Warning: macro instruction expanded into multiple instructions arch/mips32/src/asm.S:111: Warning: macro instruction expanded into multiple instructions arch/mips32/src/asm.S:137: Warning: macro instruction expanded into multiple instructions
Note:
See TracTickets
for help on using tickets.
Fixed in mainline,2888 and mainline,2889.