Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
create-diff-object: Handle ppc64le toc with only constants
When a ppcle64 ".toc" section contains only constants, the compiler might not (won't?) create a corresponding ".rela.toc" section. In such cases, create-diff-object crashes, assuming ".rela.toc" exists whenever .toc exists. Simply report that no rela are available when looking up possible relocations in .toc. Fixes #1078. Signed-off-by: Julien Thierry <[email protected]>
- Loading branch information