Merge branch 'parisc' from /home/kyle/repos/parisc-2.6.git
[linux-2.6-block.git] / scripts / mod / modpost.c
index 2aa47623f5f8cec51322f883b60d6c932722663c..47bef62eecd7a38e806562617789c26f43ca0c41 100644 (file)
@@ -933,7 +933,7 @@ static int init_section_ref_ok(const char *name)
                ".opd",   /* see comment [OPD] at exit_section_ref_ok() */
                ".toc1",  /* used by ppc64 */
                ".stab",
-               ".rodata",
+               ".data.rel.ro", /* used by parisc64 */
                ".parainstructions",
                ".text.lock",
                "__bug_table", /* used by powerpc for BUG() */
@@ -956,6 +956,7 @@ static int init_section_ref_ok(const char *name)
                ".eh_frame",
                ".debug",
                ".parainstructions",
+               ".rodata",
                NULL
        };
        /* part of section name */