commit | 282c9750306eb544f65cfed5665eee2b84c7c770 | [log] [tgz] |
---|---|---|
author | Alan Modra <amodra@gmail.com> | Tue Mar 24 15:46:50 2015 +1030 |
committer | Alan Modra <amodra@gmail.com> | Tue Mar 24 17:06:12 2015 +1030 |
tree | b5cea14a716ad315b5d67ca76643911eaaa0c9ea | |
parent | 823d25713dd1d6aedc605e3da2007b54da9dff2d [diff] |
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.