diff options
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/tools/relocs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/tools/relocs.c b/arch/x86/tools/relocs.c index 74e16bb15dc4..4df285450e8c 100644 --- a/arch/x86/tools/relocs.c +++ b/arch/x86/tools/relocs.c | |||
@@ -56,7 +56,7 @@ static const char * const sym_regex_kernel[S_NSYMTYPES] = { | |||
56 | * as absolute (typically defined outside any section in the linker script.) | 56 | * as absolute (typically defined outside any section in the linker script.) |
57 | */ | 57 | */ |
58 | [S_REL] = | 58 | [S_REL] = |
59 | "^_end$", | 59 | "^(__init_begin|__init_end|_end)$" |
60 | }; | 60 | }; |
61 | 61 | ||
62 | 62 | ||