From 0f3431403ad01a2974a582f52d921f3e504b12b8 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Fri, 18 Sep 2009 12:49:22 -0700 Subject: [PATCH] --- yaml --- r: 165568 b: refs/heads/master c: 99657c7857fd47d6086682d4cf1194954170755a h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/init/Kconfig | 8 -------- trunk/lib/Kconfig.debug | 8 ++++++++ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/[refs] b/[refs] index 2e8e9dabe270..516357978862 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 78074cfc6e5054d736a2adb144c0e0dcc301c14a +refs/heads/master: 99657c7857fd47d6086682d4cf1194954170755a diff --git a/trunk/init/Kconfig b/trunk/init/Kconfig index 8e8b76d8a272..85c24ff9484d 100644 --- a/trunk/init/Kconfig +++ b/trunk/init/Kconfig @@ -988,14 +988,6 @@ config SLUB_DEBUG SLUB sysfs support. /sys/slab will not exist and there will be no support for cache validation etc. -config STRIP_ASM_SYMS - bool "Strip assembler-generated symbols during link" - default n - help - Strip internal assembler-generated symbols during a link (symbols - that look like '.Lxxx') so they don't pollute the output of - get_wchan() and suchlike. - config COMPAT_BRK bool "Disable heap randomization" default y diff --git a/trunk/lib/Kconfig.debug b/trunk/lib/Kconfig.debug index d57b12f59c8c..891155817bc6 100644 --- a/trunk/lib/Kconfig.debug +++ b/trunk/lib/Kconfig.debug @@ -50,6 +50,14 @@ config MAGIC_SYSRQ keys are documented in . Don't say Y unless you really know what this hack does. +config STRIP_ASM_SYMS + bool "Strip assembler-generated symbols during link" + default n + help + Strip internal assembler-generated symbols during a link (symbols + that look like '.Lxxx') so they don't pollute the output of + get_wchan() and suchlike. + config UNUSED_SYMBOLS bool "Enable unused/obsolete exported symbols" default y if X86