Skip to content

Commit

Permalink
Kbuild: kallsyms: drop special handling of pre-3.0 GCC symbols
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ard Biesheuvel authored and Michal Marek committed Apr 7, 2015
1 parent bd8b22d commit 41b585b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/kallsyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 };

Expand Down

0 comments on commit 41b585b

Please sign in to comment.