aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mod/modpost.c
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2006-12-12 18:13:32 -0500
committerDave Jones <davej@redhat.com>2006-12-12 18:13:32 -0500
commitf0eef25339f92f7cd4aeea23d9ae97987a5a1e82 (patch)
tree2472e94d39f43a9580a6d2d5d92de0b749023263 /scripts/mod/modpost.c
parent0cfea5dd98205f2fa318836da664a7d7df1afbc1 (diff)
parente1036502e5263851259d147771226161e5ccc85a (diff)
Merge ../linus
Diffstat (limited to 'scripts/mod/modpost.c')
-rw-r--r--scripts/mod/modpost.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c
index 41277963f47a..ac0a58222992 100644
--- a/scripts/mod/modpost.c
+++ b/scripts/mod/modpost.c
@@ -911,6 +911,7 @@ static int init_section_ref_ok(const char *name)
911 ".toc1", /* used by ppc64 */ 911 ".toc1", /* used by ppc64 */
912 ".stab", 912 ".stab",
913 ".rodata", 913 ".rodata",
914 ".parainstructions",
914 ".text.lock", 915 ".text.lock",
915 "__bug_table", /* used by powerpc for BUG() */ 916 "__bug_table", /* used by powerpc for BUG() */
916 ".pci_fixup_header", 917 ".pci_fixup_header",
@@ -921,6 +922,8 @@ static int init_section_ref_ok(const char *name)
921 ".fixup", 922 ".fixup",
922 ".smp_locks", 923 ".smp_locks",
923 ".plt", /* seen on ARCH=um build on x86_64. Harmless */ 924 ".plt", /* seen on ARCH=um build on x86_64. Harmless */
925 "__ftr_fixup", /* powerpc cpu feature fixup */
926 "__fw_ftr_fixup", /* powerpc firmware feature fixup */
924 NULL 927 NULL
925 }; 928 };
926 /* Start of section names */ 929 /* Start of section names */
@@ -929,6 +932,7 @@ static int init_section_ref_ok(const char *name)
929 ".altinstructions", 932 ".altinstructions",
930 ".eh_frame", 933 ".eh_frame",
931 ".debug", 934 ".debug",
935 ".parainstructions",
932 NULL 936 NULL
933 }; 937 };
934 /* part of section name */ 938 /* part of section name */