aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mod
diff options
context:
space:
mode:
authorKyle McMartin <kyle@parisc-linux.org>2007-02-17 00:18:23 -0500
committerKyle McMartin <kyle@parisc-linux.org>2007-02-17 00:18:23 -0500
commite7b3ca08549caccf5d6e1cf066780bf4f0ae77a7 (patch)
tree7e5745bea06675cfce60d6813ee3b4d5e19cbb56 /scripts/mod
parent62d0cfcb27cf755cebdc93ca95dabc83608007cd (diff)
parentcb6efb39163bfb6bb6475fa7c8a5e08e44dbf14a (diff)
Merge branch 'parisc' from /home/kyle/repos/parisc-2.6.git
Conflicts: arch/parisc/hpux/sys_hpux.c arch/parisc/mm/ioremap.c
Diffstat (limited to 'scripts/mod')
-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 2aa47623f5f8..47bef62eecd7 100644
--- a/scripts/mod/modpost.c
+++ b/scripts/mod/modpost.c
@@ -933,7 +933,7 @@ static int init_section_ref_ok(const char *name)
933 ".opd", /* see comment [OPD] at exit_section_ref_ok() */ 933 ".opd", /* see comment [OPD] at exit_section_ref_ok() */
934 ".toc1", /* used by ppc64 */ 934 ".toc1", /* used by ppc64 */
935 ".stab", 935 ".stab",
936 ".rodata", 936 ".data.rel.ro", /* used by parisc64 */
937 ".parainstructions", 937 ".parainstructions",
938 ".text.lock", 938 ".text.lock",
939 "__bug_table", /* used by powerpc for BUG() */ 939 "__bug_table", /* used by powerpc for BUG() */
@@ -956,6 +956,7 @@ static int init_section_ref_ok(const char *name)
956 ".eh_frame", 956 ".eh_frame",
957 ".debug", 957 ".debug",
958 ".parainstructions", 958 ".parainstructions",
959 ".rodata",
959 NULL 960 NULL
960 }; 961 };
961 /* part of section name */ 962 /* part of section name */