kernel hacking: move STRIP_ASM_SYMS from General
Sam suggested moving STRIP_ASM_SYMS into the Kernel hacking menu from the General Setup menu. It makes more sense there. Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
This commit is contained in:
parent
78074cfc6e
commit
99657c7857
|
@ -988,14 +988,6 @@ config SLUB_DEBUG
|
||||||
SLUB sysfs support. /sys/slab will not exist and there will be
|
SLUB sysfs support. /sys/slab will not exist and there will be
|
||||||
no support for cache validation etc.
|
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
|
config COMPAT_BRK
|
||||||
bool "Disable heap randomization"
|
bool "Disable heap randomization"
|
||||||
default y
|
default y
|
||||||
|
|
|
@ -50,6 +50,14 @@ config MAGIC_SYSRQ
|
||||||
keys are documented in <file:Documentation/sysrq.txt>. Don't say Y
|
keys are documented in <file:Documentation/sysrq.txt>. Don't say Y
|
||||||
unless you really know what this hack does.
|
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
|
config UNUSED_SYMBOLS
|
||||||
bool "Enable unused/obsolete exported symbols"
|
bool "Enable unused/obsolete exported symbols"
|
||||||
default y if X86
|
default y if X86
|
||||||
|
|
Loading…
Reference in New Issue