commit | 2fdadc0f82431d8b5249257cc1651d32c473895b | [log] [tgz] |
---|---|---|
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Sun Jan 06 20:42:43 2019 +0100 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Wed Jan 16 13:56:43 2019 +0100 |
tree | 4e081a03acbb2906319d374d45481ffdab21b44c | |
parent | 4deb09632d8046a68c0636371816477cfbcb70dd [diff] |
MIPS: optimize and fix ELF sections Discard ABI related sections which are not required for debugging. Rearrange debug sections similar to Linux. Remove the remaining explicitely specified sections in the unused part because those sections are not created anymore or because the linker puts them by default at the end of the ELF binary. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Tested-by: Ezequiel Garcia <ezequiel@collabora.com>