diff options
| -rw-r--r-- | scripts/mod/modpost.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c index 7acbdd8fcae..253c107b9a9 100644 --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c @@ -790,6 +790,7 @@ static const char *section_white_list[] =  {  	".comment*",  	".debug*", +	".GCC-command-line",	/* mn10300 */  	".mdebug*",        /* alpha, score, mips etc. */  	".pdr",            /* alpha, score, mips etc. */  	".stab*",  |