Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1121584f authored by H.J. Lu's avatar H.J. Lu Committed by Michal Marek
Browse files

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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. */