aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/scripts/strip-symbols
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2008-12-16 11:30:08 +0000
committerSam Ravnborg <sam@ravnborg.org>2008-12-19 22:47:10 +0100
commit9bb482476c6c9d1ae033306440c51ceac93ea80c (patch)
treeb5e415eee46b66d9cc39e31d29d0d02994321d11 /arch/x86/scripts/strip-symbols
parentkbuild: strip generated symbols from *.ko (diff)
downloadlinux-dev-9bb482476c6c9d1ae033306440c51ceac93ea80c.tar.xz
linux-dev-9bb482476c6c9d1ae033306440c51ceac93ea80c.zip
allow stripping of generated symbols under CONFIG_KALLSYMS_ALL
Building upon parts of the module stripping patch, this patch introduces similar stripping for vmlinux when CONFIG_KALLSYMS_ALL=y. Using CONFIG_KALLSYMS_STRIP_GENERATED reduces the overhead of CONFIG_KALLSYMS_ALL from 245k/310k to 65k/80k for the (i386/x86-64) kernels I tested with. The patch also does away with the need to special case the kallsyms- internal symbols by making them available even in the first linking stage. While it is a generated file, the patch includes the changes to scripts/genksyms/keywords.c_shipped, as I'm unsure what the procedure here is. Signed-off-by: Jan Beulich <jbeulich@novell.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'arch/x86/scripts/strip-symbols')
-rw-r--r--arch/x86/scripts/strip-symbols1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/scripts/strip-symbols b/arch/x86/scripts/strip-symbols
new file mode 100644
index 000000000000..a2f1ccb827c7
--- /dev/null
+++ b/arch/x86/scripts/strip-symbols
@@ -0,0 +1 @@
+__cpu_vendor_dev_X86_VENDOR_*