Commit 22b1a920 authored by Linus Torvalds's avatar Linus Torvalds
parents 21c562e3 2648a53a
...@@ -1052,6 +1052,7 @@ static int init_section_ref_ok(const char *name) ...@@ -1052,6 +1052,7 @@ static int init_section_ref_ok(const char *name)
".plt", /* seen on ARCH=um build on x86_64. Harmless */ ".plt", /* seen on ARCH=um build on x86_64. Harmless */
"__ftr_fixup", /* powerpc cpu feature fixup */ "__ftr_fixup", /* powerpc cpu feature fixup */
"__fw_ftr_fixup", /* powerpc firmware feature fixup */ "__fw_ftr_fixup", /* powerpc firmware feature fixup */
".cranges", /* used by sh64 */
NULL NULL
}; };
/* Start of section names */ /* Start of section names */
...@@ -1132,6 +1133,7 @@ static int exit_section_ref_ok(const char *name) ...@@ -1132,6 +1133,7 @@ static int exit_section_ref_ok(const char *name)
".fixup", ".fixup",
".smp_locks", ".smp_locks",
".plt", /* seen on ARCH=um build on x86_64. Harmless */ ".plt", /* seen on ARCH=um build on x86_64. Harmless */
".cranges", /* used by sh64 */
NULL NULL
}; };
/* Start of section names */ /* Start of section names */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment