Segher Boessenkool <seg...@kernel.crashing.org> writes: > On Thu, Mar 21, 2019 at 11:02:53AM +1030, Joel Stanley wrote: >> Segher added some workarounds for GCC 4.2 and bintuils 2.18. We now set >> 4.6 and 2.20 as the minimum, so they can be dropped. > > It was a bug in binutils _before_ 2.18, only seen by people using GCC > _before_ 4.2. > > It's all ancient history by now, and good riddance :-) > >> Signed-off-by: Joel Stanley <j...@jms.id.au> > > Acked-by: Segher Boessenkool <seg...@kernel.crashing.org>
Thanks. I updated the change log slightly: powerpc/vmlinux.lds: Drop binutils < 2.18 workarounds Segher added some workarounds for binutils < 2.18 and GCC < 4.2. We now set GCC 4.6 and binutils 2.20 as the minimum, so the workarounds can be dropped. This is mostly a revert of c69cccc95fe4 ("powerpc: Fix build bug with binutils < 2.18 and GCC < 4.2"). cheers