Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144611
b: refs/heads/master
c: 4391ed6
h: refs/heads/master
i:
  144609: c389646
  144607: 075269d
v: v3
  • Loading branch information
Sam Ravnborg committed May 4, 2009
1 parent a546186 commit 9133b99
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 028ecebdd83cc4a7f8c7e96e28a5537d2ac98dae
refs/heads/master: 4391ed6aa9a38cdfb48addd7a9b24a2ff099b1a7
12 changes: 11 additions & 1 deletion trunk/scripts/mod/modpost.c
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,17 @@ 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*",
".mdebug*", /* alpha, score, mips etc. */
".pdr", /* alpha, score, mips etc. */
".stab*",
".note*",
".got*",
".toc*",
NULL
};

/*
* This is used to find sections missing the SHF_ALLOC flag.
Expand Down

0 comments on commit 9133b99

Please sign in to comment.