diff options
Diffstat (limited to 'scripts/mod/modpost.c')
-rw-r--r-- | scripts/mod/modpost.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c index c4b5398687b8..65bdfdb56877 100644 --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c | |||
@@ -961,7 +961,7 @@ static int init_section_ref_ok(const char *name) | |||
961 | ".opd", /* see comment [OPD] at exit_section_ref_ok() */ | 961 | ".opd", /* see comment [OPD] at exit_section_ref_ok() */ |
962 | ".toc1", /* used by ppc64 */ | 962 | ".toc1", /* used by ppc64 */ |
963 | ".stab", | 963 | ".stab", |
964 | ".rodata", | 964 | ".data.rel.ro", /* used by parisc64 */ |
965 | ".parainstructions", | 965 | ".parainstructions", |
966 | ".text.lock", | 966 | ".text.lock", |
967 | "__bug_table", /* used by powerpc for BUG() */ | 967 | "__bug_table", /* used by powerpc for BUG() */ |
@@ -984,6 +984,7 @@ static int init_section_ref_ok(const char *name) | |||
984 | ".eh_frame", | 984 | ".eh_frame", |
985 | ".debug", | 985 | ".debug", |
986 | ".parainstructions", | 986 | ".parainstructions", |
987 | ".rodata", | ||
987 | NULL | 988 | NULL |
988 | }; | 989 | }; |
989 | /* part of section name */ | 990 | /* part of section name */ |