summaryrefslogtreecommitdiffstats
path: root/include/asm-alpha/core_t2.h
diff options
context:
space:
mode:
authorIvan Kokshaysky2008-06-21 01:26:21 +0200
committerLinus Torvalds2008-06-21 01:46:10 +0200
commitede426923b25414f5ec9c00fefe6727d9721dd13 (patch)
tree201a873e852807d0b5a02503eecd39a45338be94 /include/asm-alpha/core_t2.h
parentalpha: fix module load failures on smp (bug #10926) (diff)
downloadkernel-qcow2-linux-ede426923b25414f5ec9c00fefe6727d9721dd13.tar.gz
kernel-qcow2-linux-ede426923b25414f5ec9c00fefe6727d9721dd13.tar.xz
kernel-qcow2-linux-ede426923b25414f5ec9c00fefe6727d9721dd13.zip
alpha: link failure fix
With built-in scsi disk driver, the final link fails with a following error: `.exit.text' referenced in section `.rodata' of drivers/built-in.o: defined in discarded section `.exit.text' of drivers/built-in.o This happens with -Os (CONFIG_CC_OPTIMIZE_FOR_SIZE=y) with all gcc-4 versions, and also with -O2 and gcc-4.3. The problem is in sd.c:sd_major() being inlined into __exit function exit_sd(), and the compiler generating a jump table in .rodata section for the 'switch' statement in sd_major(). So we have references to discarded section. Fixed with a big hammer in the form of -fno-jump-tables. Note that jump tables vs. discarded sections is a generic problem, other architectures are just lucky not to suffer from it. But with a slightly more complex switch/case statement it can be reproduced on x86 as well. So maybe at some point we should consider -fno-jump-tables as a generic compile option... Signed-off-by: Ivan Kokshaysky <ink@jurassic.park.msu.ru> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-alpha/core_t2.h')
0 files changed, 0 insertions, 0 deletions