commit | 1e16a8f11669c98a0adf5fb5f8522aebc1f69f71 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Thu Oct 01 15:45:44 2015 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu Oct 01 15:45:44 2015 +0200 |
tree | 7938293c85575ee215228cb058c5cc53253704f8 | |
parent | 5b235dc2647e4977b17b5c41d959d0f455831c3f [diff] |
MIPS: BPF: Do all exports of symbols with FEXPORT(). FEXPORT also marks the symbol as code using .type symbol, @function. Without objdump -d will output only a hexdump for code following the affected symbols. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>