This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: Commit: PR 22875: Stop strip corrupting unknown relocs
Hi Maciej,
> Hmm, the o32 MIPS target backend however does not issue the "unsupported
> relocation" error, and neither does the i386 target AFAICS. It looks to
> me like the reason is these targets do not support the RELA relocation
> format, as further indicated by `readelf -r':
> Again, I think it's up to the test case to get it right when encoding
> relocations manually.
The binutils/testsuite/binutils-all/strip-13.d file already has exceptions
for other targets that only support REL relocations.
Is there a way to determine o32 MIPS targets from the target triple ?
Cheers
Nick
PS. I should probably try to write a REL version of strip-13 for the REL
only targets...