Searched hist:"5 d7d18f5bc507b60d3d8967e2739d5e6ffdd630f" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/init/ |
H A D | Kconfig | 5d7d18f5bc507b60d3d8967e2739d5e6ffdd630f Wed Mar 04 13:59:07 CST 2009 David Howells <dhowells@redhat.com> kbuild: make it possible for the linker to discard local symbols from vmlinux
Make it possible for the linker to discard local symbols from vmlinux as they cause vmlinux to balloon when CONFIG_KALLSYMS=y and they cause dump_stack() and get_wchan() to produce useless information under some circumstances.
With this we add a config option (CONFIG_STRIP_ASM_SYMS) that will cause the build to supply -X to the linker to tell it to strip temporary local symbols.
This doesn't seem to cause gdb any problems.
Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
|
/openbmc/linux/ |
H A D | Makefile | 5d7d18f5bc507b60d3d8967e2739d5e6ffdd630f Wed Mar 04 13:59:07 CST 2009 David Howells <dhowells@redhat.com> kbuild: make it possible for the linker to discard local symbols from vmlinux
Make it possible for the linker to discard local symbols from vmlinux as they cause vmlinux to balloon when CONFIG_KALLSYMS=y and they cause dump_stack() and get_wchan() to produce useless information under some circumstances.
With this we add a config option (CONFIG_STRIP_ASM_SYMS) that will cause the build to supply -X to the linker to tell it to strip temporary local symbols.
This doesn't seem to cause gdb any problems.
Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
|