提交 41b585b2 编写于 作者: A Ard Biesheuvel 提交者: Michal Marek

Kbuild: kallsyms: drop special handling of pre-3.0 GCC symbols

Since we have required at least GCC v3.2 for some time now, we
can drop the special handling of the 'gcc[0-9]_compiled.' label
which is not emitted anymore since GCC v3.0.
Signed-off-by: NArd Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: NMichal Marek <mmarek@suse.cz>
上级 bd8b22d2
......@@ -214,7 +214,6 @@ static int symbol_valid(struct sym_entry *s)
NULL };
static char *special_suffixes[] = {
"_compiled.", /* gcc < 3.0: "gcc[0-9]_compiled." */
"_veneer", /* arm */
NULL };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册