[Top][All Lists]
[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.
- [Bug binutils/11512] addr2line displays frong filename for GCC app compiled with -gcoff option, (continued)
- [Bug binutils/11512] addr2line displays frong filename for GCC app compiled with -gcoff option, nickc at redhat dot com, 2010/04/20
- [Bug binutils/11512] addr2line displays frong filename for GCC app compiled with -gcoff option, nickc at redhat dot com, 2010/04/20
- [Bug binutils/11512] addr2line displays frong filename for GCC app compiled with -gcoff option, dzidzitop at lavabit dot com, 2010/04/20
- [Bug binutils/11512] addr2line displays frong filename for GCC app compiled with -gcoff option, dzidzitop at lavabit dot com, 2010/04/20
- [Bug binutils/11512] addr2line displays frong filename for GCC app compiled with -gcoff option, dzidzitop at lavabit dot com, 2010/04/20
- [Bug binutils/11512] addr2line displays frong filename for GCC app compiled with -gcoff option, dzidzitop at lavabit dot com, 2010/04/20
- [Bug binutils/11512] addr2line displays frong filename for GCC app compiled with -gcoff option, dzidzitop at lavabit dot com, 2010/04/20
- [Bug binutils/11512] addr2line displays frong filename for GCC app compiled with -gcoff option, nickc at redhat dot com, 2010/04/21
- [Bug binutils/11512] addr2line displays frong filename for GCC app compiled with -gcoff option, nickc at redhat dot com, 2010/04/21
- [Bug binutils/11512] addr2line displays frong filename for GCC app compiled with -gcoff option, dzidzitop at lavabit dot com, 2010/04/21
- [Bug binutils/11512] addr2line displays frong filename for GCC app compiled with -gcoff option,
dzidzitop at lavabit dot com <=