From a54618654d24f8df9d0ac2430bd008433c8b4082 Mon Sep 17 00:00:00 2001 From: Sam Ravnborg Date: Sun, 3 May 2009 22:17:37 +0200 Subject: [PATCH] --- yaml --- r: 144610 b: refs/heads/master c: 028ecebdd83cc4a7f8c7e96e28a5537d2ac98dae h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/scripts/mod/modpost.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 4ab9c5b28205..94473853d041 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7d875a02864a35532543897195dfea2235815df8 +refs/heads/master: 028ecebdd83cc4a7f8c7e96e28a5537d2ac98dae diff --git a/trunk/scripts/mod/modpost.c b/trunk/scripts/mod/modpost.c index a5c17db14ee5..268d4571664d 100644 --- a/trunk/scripts/mod/modpost.c +++ b/trunk/scripts/mod/modpost.c @@ -727,7 +727,7 @@ int match(const char *sym, const char * const pat[]) /* sections that we do not want to do full section mismatch check on */ static const char *section_white_list[] = - { ".comment", ".debug*", ".stab*", ".note*", ".got*", ".toc*", NULL }; + { ".comment*", ".debug*", ".stab*", ".note*", ".got*", ".toc*", NULL }; /* * This is used to find sections missing the SHF_ALLOC flag.