------- Additional Comments From nickc at redhat dot com  2008-08-14 09:20 
-------
Hi Dmitry,

> My application is using BFD library for handling ELF file generated
> by ADS 1.2.  Unfortunately, I cannot share this ELF file since it
> contains some proprietary info.

If you run your ELF binary through "readelf -w" does it report any
problems with the debug information ?

Without a test case and a procedure to follow to reproduce the bug, I
really do not think that we are going to be able to solve this
problem.  Are you sure that you cannot provide us with an ELF file ?
You could always zero out the proprietary information first before
uploading it.

> I was able to fix problem locally by moving the code above to the
> end of the function (i.e. after the call to
> comp_unit_find_line). Not sure this is correct fix

I think that would be the wrong way to fix the problem.  It would mean
that the stash pointer passed to comp_unit_find_line would be
incorrect.

Cheers
  Nick

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


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

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


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to