bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/11512] addr2line displays frong filename for GCC app compi


From: dzidzitop at lavabit dot com
Subject: [Bug binutils/11512] addr2line displays frong filename for GCC app compiled with -gcoff option
Date: 21 Apr 2010 12:46:08 -0000

------- Additional Comments From dzidzitop at lavabit dot com  2010-04-21 12:46 
-------
By the way
!             && offset + sec_vma >= file_addr
!             && offset + sec_vma - file_addr <= maxdiff)

This code from your patch. It could be re-written to store offset + sec_vma -
file_addr into a variable, say x, and then check for x >= 0 && x <= maxdiff.

It is unsufficient, but anyway :)

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11512

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]