aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/mod/modpost.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c
index ac0a58222992..e26381e3fc00 100644
--- a/scripts/mod/modpost.c
+++ b/scripts/mod/modpost.c
@@ -910,7 +910,7 @@ static int init_section_ref_ok(const char *name)
910 ".opd", /* see comment [OPD] at exit_section_ref_ok() */ 910 ".opd", /* see comment [OPD] at exit_section_ref_ok() */
911 ".toc1", /* used by ppc64 */ 911 ".toc1", /* used by ppc64 */
912 ".stab", 912 ".stab",
913 ".rodata", 913 ".data.rel.ro", /* used by parisc64 */
914 ".parainstructions", 914 ".parainstructions",
915 ".text.lock", 915 ".text.lock",
916 "__bug_table", /* used by powerpc for BUG() */ 916 "__bug_table", /* used by powerpc for BUG() */
@@ -933,6 +933,7 @@ static int init_section_ref_ok(const char *name)
933 ".eh_frame", 933 ".eh_frame",
934 ".debug", 934 ".debug",
935 ".parainstructions", 935 ".parainstructions",
936 ".rodata",
936 NULL 937 NULL
937 }; 938 };
938 /* part of section name */ 939 /* part of section name */