diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2016-02-05 21:50:03 +0300 |
---|---|---|
committer | Luis Henriques <luis.henriques@canonical.com> | 2016-03-04 13:26:37 +0300 |
commit | d7fc59480cc00ba316e76ed692b89b0891322e48 (patch) | |
tree | 0befd736339249de0282853ff025a48f4fc89ec4 /scripts/kconfig | |
parent | 87b3f9084b5b20e1865a5b4c552ad6828e68c1e0 (diff) | |
download | linux-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