|
@@ -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 */
|
|
/* sections that we do not want to do full section mismatch check on */
|
|
static const char *section_white_list[] =
|
|
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.
|
|
* This is used to find sections missing the SHF_ALLOC flag.
|