]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/x86/tools/relocs.c
x86, relocs: Workaround for binutils 2.22.52.0.1 section bug
[karo-tx-linux.git] / arch / x86 / tools / relocs.c
index 74e16bb15dc4b85deeef7038c74ac7c3d9e50ba2..4df285450e8c5dc9f17d89a1de72ab466f7b7219 100644 (file)
@@ -56,7 +56,7 @@ static const char * const sym_regex_kernel[S_NSYMTYPES] = {
  * as absolute (typically defined outside any section in the linker script.)
  */
        [S_REL] =
-       "^_end$",
+       "^(__init_begin|__init_end|_end)$"
 };