From 28fca5cadb9f99dbd169f50187673e3d502655e9 Mon Sep 17 00:00:00 2001 From: Sam Ravnborg Date: Tue, 29 May 2007 23:09:35 +0200 Subject: [PATCH] --- yaml --- r: 61835 b: refs/heads/master c: b28242e7e3c08072251da6d7bc4895fbd3e58299 h: refs/heads/master i: 61833: f009dced87f126cc38c13e63a5fbc229af628f6a 61831: bc0636dbf85d7f02581691bb14802baacd5c372c v: v3 --- [refs] | 2 +- trunk/scripts/mod/modpost.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 71d9e3145e42..6f03f79ee516 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1de564bbf8b630ab356571cdbd15b7d5adb1c20d +refs/heads/master: b28242e7e3c08072251da6d7bc4895fbd3e58299 diff --git a/trunk/scripts/mod/modpost.c b/trunk/scripts/mod/modpost.c index ece09c55e09e..9c35f30d2eda 100644 --- a/trunk/scripts/mod/modpost.c +++ b/trunk/scripts/mod/modpost.c @@ -1152,6 +1152,7 @@ static int init_section_ref_ok(const char *name) ".debug", ".parainstructions", ".rodata", + ".note", /* ignore ELF notes - may contain anything */ NULL }; /* part of section name */ @@ -1228,6 +1229,7 @@ static int exit_section_ref_ok(const char *name) /* Start of section names */ const char *namelist2[] = { ".debug", + ".note", /* ignore ELF notes - may contain anything */ NULL }; /* part of section name */