PR18147, relocation overflow when --unresolved-symbols=ignore-all
authorAlan Modra <amodra@gmail.com>
Tue, 24 Mar 2015 05:16:50 +0000 (15:46 +1030)
committerAlan Modra <amodra@gmail.com>
Tue, 24 Mar 2015 06:36:12 +0000 (17:06 +1030)
commit282c9750306eb544f65cfed5665eee2b84c7c770
treeb5cea14a716ad315b5d67ca76643911eaaa0c9ea
parent823d25713dd1d6aedc605e3da2007b54da9dff2d
PR18147, relocation overflow when --unresolved-symbols=ignore-all

If ignoring unresolved symbols, ignore reloc overflows too.  If not
ignoring unresolved symbols we will report an error about the symbol
being undefined, making any report about reloc overflow superfluous.

PR18147
* powerpc.cc (Target_powerpc::Relocate::relocate): Don't report
relocation errors for branches to strong undefined symbols.
gold/ChangeLog
gold/powerpc.cc
This page took 0.042822 seconds and 4 git commands to generate.