[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/2735] Segmentation fault in bfd.c during error handling
From: |
nickc at redhat dot com |
Subject: |
[Bug binutils/2735] Segmentation fault in bfd.c during error handling |
Date: |
9 Jun 2006 13:36:46 -0000 |
------- Additional Comments From nickc at redhat dot com 2006-06-09 13:36
-------
Hi Asher,
The problem appears to be that the .tcommon section has an alignment of 1
whereas the "matrix" symbol has an alignment of 4.
The code to generate the warning message was not taking into account the fact
that this situation could be encountered, and so it was assuming that there
would always be another input file that contained a second defintion of the
common symbol, but with a different alignment requirement. The uploaded patch
should resolve this problem though. Please could you try it and let us know if
you encounter any problems with it ?
Cheers
Nick
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |WAITING
http://sourceware.org/bugzilla/show_bug.cgi?id=2735
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.