https://sourceware.org/bugzilla/show_bug.cgi?id=18378

--- Comment #18 from Marcin Koƛcielnicki <koriakin at 0x04 dot net> ---
Created attachment 8616
  --> https://sourceware.org/bugzilla/attachment.cgi?id=8616&action=edit
patch #5 - fixes

Here come the fixes from testing. Now I have only the following test failures:

- on 31-bit: debug_msg test shows wrong line for SometimesInlined in
odr_violation2.o (29 instead of 27). It seems gcc emits two .loc directives at
the beginning of the function, for line 27 and then 29. gold's DWARF parser
picks the second one (29), while addr2line picks the first (27). I'm not sure
what to do about this one.
- on 64-bit: 5 tests (the ones that involve linker scripts) fail due to bug
18975.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to