https://sourceware.org/bugzilla/show_bug.cgi?id=26809
Nick Clifton <nickc at redhat dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #3 from Nick Clifton <nickc at redhat dot com> --- Hi Wu, Thanks for reporting this bug. The problem was in the code to handle secondary relocs, which was assuming that any given target only used either REL or RELA type relocations. This of course is not true for all targets, and your testcase revealed one such scenario. I have checked in a patch to remove this assumption, and now the test file is processed without any problems. Cheers Nick -- You are receiving this mail because: You are on the CC list for the bug.