mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-18 15:44:02 +08:00
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: H.J. Lu <hjl.tools@gmail.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
This commit is contained in:
parent
41263fc671
commit
1121584f5d
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user