Hide Forgot
This appears to have been fixed upstream: https://sourceware.org/bugzilla/show_bug.cgi?id=17467 testing now...
Nope - that patch has already been applied to the sources. Back to the drawing board...
Created attachment 1122796 [details] Ignore duplicate FDE entries This patch will solve the problem. Well maybe solve is not quite the correct word. The problem is not that there are overlapping FDE entries, but rather there are *duplicate* FDE entries. The patch works around this by just suppressing the overlap warning for the duplicates but really the correct solution would be to eliminate them altogether. This requires a more extensive change and one that I do not feel comfortable doing without more discussion on the binutils mailing list. The reason that this problem has come up now is that the code to check for overlapping FDE entries was not present in earlier binutils releases.
Patch applied.
I am trying to clean up old AArch64 bugzillas and came across this. What can we do to get this VERIFIED and CLOSED? Thanks.
My guess is the bug, while fixed, fell under the table and wasn't added to the 7.3 erratum :( I'm not really sure what process we should follow now, I'm open to suggestions - the issue is gone, either fixed by the patch in the case of 7.3 (test runs for 7.3 builds, binutils-2.25.1-*, are clear), or by rebases in 7.4, 7.5 and Alt.
I think it's late to add this to a released erratum. Milos, please, indicate the bug is fixed by flipping to VERIFIED (+ filling in the fixed in field) and the, if noone objects, we can close this one out. Matt, does, the above plan sound good to you?
The bug was uncovered by a regression test for another bug, and AFAICT it's been fixed correctly (comment #4) as the corresponding test passed several test runs following the problematic one. Despite not being a part of the erratum, I believe it's been verified.
And closing, as it's too late to change erratum that's been already shipped in RHEL-7.3 days.
Thanks, Milos.