mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-24 01:09:38 -05:00
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: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Michal Marek <mmarek@suse.cz>
This commit is contained in:
parent
bd8b22d288
commit
41b585b2ed
1 changed files with 0 additions and 1 deletions
|
@ -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 };
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue