summaryrefslogtreecommitdiff
path: root/scripts/kconfig
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2016-02-05 21:50:03 +0300
committerLuis Henriques <luis.henriques@canonical.com>2016-03-04 13:26:37 +0300
commitd7fc59480cc00ba316e76ed692b89b0891322e48 (patch)
tree0befd736339249de0282853ff025a48f4fc89ec4 /scripts/kconfig
parent87b3f9084b5b20e1865a5b4c552ad6828e68c1e0 (diff)
downloadlinux-d7fc59480cc00ba316e76ed692b89b0891322e48.tar.xz
powerpc: Fix dedotify for binutils >= 2.26
commit f15838e9cac8f78f0cc506529bb9d3b9fa589c1f upstream. Since binutils 2.26 BFD is doing suffix merging on STRTAB sections. But dedotify modifies the symbol names in place, which can also modify unrelated symbols with a name that matches a suffix of a dotted name. To remove the leading dot of a symbol name we can just increment the pointer into the STRTAB section instead. Backport to all stables to avoid breakage when people update their binutils - mpe. Signed-off-by: Andreas Schwab <schwab@linux-m68k.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> [ luis: backported to 3.16: adjusted context ] Signed-off-by: Luis Henriques <luis.henriques@canonical.com>
Diffstat (limited to 'scripts/kconfig')
0 files changed, 0 insertions, 0 deletions