Commit 1121584f authored by H.J. Lu's avatar H.J. Lu Committed by 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: default avatarH.J. Lu <hjl.tools@gmail.com>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent 41263fc6
...@@ -790,6 +790,7 @@ static const char *section_white_list[] = ...@@ -790,6 +790,7 @@ static const char *section_white_list[] =
{ {
".comment*", ".comment*",
".debug*", ".debug*",
".zdebug*", /* Compressed debug sections. */
".GCC-command-line", /* mn10300 */ ".GCC-command-line", /* mn10300 */
".mdebug*", /* alpha, score, mips etc. */ ".mdebug*", /* alpha, score, mips etc. */
".pdr", /* alpha, score, mips etc. */ ".pdr", /* alpha, score, mips etc. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment