Skip to content

Commit

Permalink
modpost: Put .zdebug* section on white list
Browse files Browse the repository at this point in the history
"as --compress-debug-sections" will generate compressed debug sections
with section names ".zdebug*".  This patch puts .zdebug* section on
white list.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
  • Loading branch information
H.J. Lu authored and Michal Marek committed Dec 16, 2010
1 parent 41263fc commit 1121584
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/mod/modpost.c
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 1121584

Please sign in to comment.