提交 1121584f 编写于 作者: H H.J. Lu 提交者: Michal Marek

modpost: Put .zdebug* section on white list

"as --compress-debug-sections" will generate compressed debug sections
with section names ".zdebug*".  This patch puts .zdebug* section on
white list.
Signed-off-by: NH.J. Lu <hjl.tools@gmail.com>
Signed-off-by: NMichal Marek <mmarek@suse.cz>
上级 41263fc6
......@@ -790,6 +790,7 @@ static const char *section_white_list[] =
{
".comment*",
".debug*",
".zdebug*", /* Compressed debug sections. */
".GCC-command-line", /* mn10300 */
".mdebug*", /* alpha, score, mips etc. */
".pdr", /* alpha, score, mips etc. */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册