public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* PATCH: Put .zdebug* section on white list
@ 2010-12-16  1:11 H.J. Lu
  2010-12-16 21:36 ` Michal Marek
  0 siblings, 1 reply; 4+ messages in thread
From: H.J. Lu @ 2010-12-16  1:11 UTC (permalink / raw)
  To: LKML, H. Peter Anvin

[-- Attachment #1: Type: text/plain, Size: 167 bytes --]

Hi,

"as --compress-debug-sections" will generate compressed debug sections
with section names ".zdebug*".  This patch puts .zdebug* section on
white list.


-- 
H.J.

[-- Attachment #2: zdebug.patch --]
[-- Type: text/plain, Size: 425 bytes --]

diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c
index 6a087ff..2bab622 100644
--- a/scripts/mod/modpost.c
+++ b/scripts/mod/modpost.c
@@ -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. */

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-12-16 22:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-16  1:11 PATCH: Put .zdebug* section on white list H.J. Lu
2010-12-16 21:36 ` Michal Marek
2010-12-16 21:37   ` H.J. Lu
2010-12-16 22:08     ` Michal Marek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox