summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSam Ravnborg2006-02-22 21:24:50 +0100
committerSam Ravnborg2006-02-22 21:24:50 +0100
commit6e10133fa4b2366e8ef18bc2ce34afe727b1c4ba (patch)
tree10204f957a5a42c2e9496eb3cdd074eb7132481c /Makefile
parentkbuild: fix modpost compile with older gcc (diff)
downloadkernel-qcow2-linux-6e10133fa4b2366e8ef18bc2ce34afe727b1c4ba.tar.gz
kernel-qcow2-linux-6e10133fa4b2366e8ef18bc2ce34afe727b1c4ba.tar.xz
kernel-qcow2-linux-6e10133fa4b2366e8ef18bc2ce34afe727b1c4ba.zip
kbuild: do not warn when unwind sections references .init/.exit sections
Andrew Morton reported a number of false positives for ia64 - like these: WARNING: drivers/acpi/button.o - Section mismatch: reference to .init.text: from .IA_64.unwind.init.text after '' (at offset 0x0) WARNING: drivers/acpi/button.o - Section mismatch: reference to .exit.text: from .IA_64.unwind.exit.text after '' (at offset 0x0) WARNING: drivers/acpi/processor.o - Section mismatch: reference to .init.text: from .IA_64.unwind after '' (at offset 0x1e8) They are all false positives - or at least the .c code looks OK. It is not known why sometimes a section name is appended and sometimes not. Fix is to accept references from all sections that includes "unwind." in the name. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions