summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorChris Metcalf2012-10-19 17:43:11 +0200
committerChris Metcalf2012-10-23 16:21:43 +0200
commit627072b06c362bbe7dc256f618aaa63351f0cfe6 (patch)
tree1bd7b33b5433edc3e42a6e5ab837dc83dee0b9f2 /tools
parentLinux 3.7-rc2 (diff)
downloadkernel-qcow2-linux-627072b06c362bbe7dc256f618aaa63351f0cfe6.tar.gz
kernel-qcow2-linux-627072b06c362bbe7dc256f618aaa63351f0cfe6.tar.xz
kernel-qcow2-linux-627072b06c362bbe7dc256f618aaa63351f0cfe6.zip
arch/tile: avoid generating .eh_frame information in modules
The tile tool chain uses the .eh_frame information for backtracing. The vmlinux build drops any .eh_frame sections at link time, but when present in kernel modules, it causes a module load failure due to the presence of unsupported pc-relative relocations. When compiling to use compiler feedback support, the compiler by default omits .eh_frame information, so we don't see this problem. But when not using feedback, we need to explicitly suppress the .eh_frame. Signed-off-by: Chris Metcalf <cmetcalf@tilera.com> Cc: stable@vger.kernel.org
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions