commit | 04a665d097b87017811dc0a528e9ec0a72912f8f | [log] [tgz] |
---|---|---|
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Sat Dec 19 20:20:46 2015 +0100 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Sat Jan 16 21:06:45 2016 +0100 |
tree | acdbe7f430128e4ed2318e1fda671292544e2ce9 | |
parent | 7509b570564eefc8bae469b32b8ce747cc0e5af1 [diff] |
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>