Commits
Daniel Schwierzeck committed 5b6f357fe73
MIPS: create .text sub-sections for assembler functions Put all functions coded in assembly in sub-sections of section .text. This allows the linker to garbage collect unused assembly functions too. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>