提交 cf851aa7 编写于 作者: R Roland McGrath 提交者: Sam Ravnborg

kbuild: pass -g to assembler under CONFIG_DEBUG_INFO

The assembler for a while now supports -gdwarf to generate source line info
just like the C compiler does.  Source-level assembly debugging sounds like an
oxymoron, but it is handy to be able to see the right source file and read its
comments rather than just the disassembly.  This patch enables -gdwarf for
assembly files when CONFIG_DEBUG_INFO=y and the assembler supports the option.
Signed-off-by: NRoland McGrath <roland@redhat.com>
Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: <linux-arch@vger.kernel.org>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
上级 14f31562
......@@ -502,6 +502,7 @@ endif
ifdef CONFIG_DEBUG_INFO
CFLAGS += -g
AFLAGS += -gdwarf-2
endif
# Force gcc to behave correct even for buggy distributions
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册