Re: Need help on reducing linker issue

2010-11-22 Thread Alan Modra
On Mon, Nov 22, 2010 at 02:34:29PM +0100, Roger Jeurninck wrote: > the version which we use is 2.17. That's over 4 years old! We are about to release 2.21. I recall fixing one uninitialised memory bug in that time. There were likely others too. -- Alan Modra Australia Development Lab, IBM __

[Bug binutils/4907] readelf doesn't dump .eh_frame_hdr section

2010-11-22 Thread ro at TechFak dot Uni-Bielefeld.DE
http://sourceware.org/bugzilla/show_bug.cgi?id=4907 Rainer Orth changed: What|Removed |Added CC||ro at TechFak dot |

[Bug ld/12253] .eh_frame_hdr not properly sorted with mixed .eh_frame encodings

2010-11-22 Thread ro at TechFak dot Uni-Bielefeld.DE
http://sourceware.org/bugzilla/show_bug.cgi?id=12253 --- Comment #1 from Rainer Orth 2010-11-22 17:52:07 UTC --- Created attachment 5134 --> http://sourceware.org/bugzilla/attachment.cgi?id=5134 testcase -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You

[Bug ld/12253] New: .eh_frame_hdr not properly sorted with mixed .eh_frame encodings

2010-11-22 Thread ro at TechFak dot Uni-Bielefeld.DE
http://sourceware.org/bugzilla/show_bug.cgi?id=12253 Summary: .eh_frame_hdr not properly sorted with mixed .eh_frame encodings Product: binutils Version: unspecified Status: NEW Severity: normal Priority: P2

[Bug gas/12240] offset can't be used as label in Intel syntax

2010-11-22 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12240 --- Comment #1 from H.J. Lu 2010-11-22 16:58:35 UTC --- None of the following operators can be used as label: { "and", O_bit_and, 2 }, { "eq", O_eq, 2 }, { "ge", O_ge, 2 }, { "gt", O_gt, 2 }, { "le", O_le, 2 }, { "lt",

Re: Need help on reducing linker issue

2010-11-22 Thread Roger Jeurninck
Hi Alan, the version which we use is 2.17. greetings, Roger 2010/11/22 Alan Modra > On Mon, Nov 22, 2010 at 01:54:58PM +0100, Roger Jeurninck wrote: > > I'm running into build behaviour which might be caused by a > > non-deterministic GNU linker?! > > This could be caused by ld reading uninit

Re: Need help on reducing linker issue

2010-11-22 Thread Alan Modra
On Mon, Nov 22, 2010 at 01:54:58PM +0100, Roger Jeurninck wrote: > I'm running into build behaviour which might be caused by a > non-deterministic GNU linker?! This could be caused by ld reading uninitialised memory. A tool like valgrind is useful in tracking down such things. What version of GN

Need help on reducing linker issue

2010-11-22 Thread Roger Jeurninck
Hi, I'm running into build behaviour which might be caused by a non-deterministic GNU linker?! As this is quiet unlikely I hope you can support me in reducing this issue so I can find the real root cause. Thanks, Roger -- What is the issue? at the c