aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mod/modpost.c
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/mod/modpost.c')
-rw-r--r--scripts/mod/modpost.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c
index ee58ded021d7..6c145d6e89de 100644
--- a/scripts/mod/modpost.c
+++ b/scripts/mod/modpost.c
@@ -1121,6 +1121,7 @@ static int initexit_section_ref_ok(const char *name)
1121 ".machvec", /* ia64 + powerpc uses these */ 1121 ".machvec", /* ia64 + powerpc uses these */
1122 ".machine.desc", 1122 ".machine.desc",
1123 ".opd", /* See comment [OPD] */ 1123 ".opd", /* See comment [OPD] */
1124 "__dbe_table",
1124 ".parainstructions", 1125 ".parainstructions",
1125 ".pdr", 1126 ".pdr",
1126 ".plt", /* seen on ARCH=um build on x86_64. Harmless */ 1127 ".plt", /* seen on ARCH=um build on x86_64. Harmless */