[Bug gas/13449] ARM: Unwind tables are created based on uninitialized memory

2011-11-29 Thread agraf at suse dot de
http://sourceware.org/bugzilla/show_bug.cgi?id=13449 --- Comment #2 from Alexander Graf 2011-11-29 17:20:05 UTC --- Created attachment 6080 --> http://sourceware.org/bugzilla/attachment.cgi?id=6080 source, broken and properly compiled binary Sure, please beware that the unwind table generatio

[Bug gas/13449] ARM: Unwind tables are created based on uninitialized memory

2011-11-29 Thread nickc at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13449 --- Comment #1 from Nick Clifton 2011-11-29 16:38:29 UTC --- Hi Alexander, Would it be possible for you to upload a copy of the broken test executable ? I want to be able to look at the unwind information it contains, and to compare it

[Bug ld/10144] mips/ld: non-dynamic relocations refer to dynamic symbol

2011-11-29 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=10144 --- Comment #16 from cvs-commit at gcc dot gnu.org 2011-11-29 12:42:14 UTC --- CVSROOT:/cvs/src Module name:src Changes by:ma...@sourceware.org2011-11-29 12:42:10 Modified files: ld/testsuite : ChangeLog ld/testsuite

[Bug gas/13449] ARM: Unwind tables are created based on uninitialized memory

2011-11-29 Thread agraf at suse dot de
http://sourceware.org/bugzilla/show_bug.cgi?id=13449 Alexander Graf changed: What|Removed |Added CC||nickc at redhat dot com -- Configure

[Bug gas/13449] New: ARM: Unwind tables are created based on uninitialized memory

2011-11-29 Thread agraf at suse dot de
http://sourceware.org/bugzilla/show_bug.cgi?id=13449 Bug #: 13449 Summary: ARM: Unwind tables are created based on uninitialized memory Product: binutils Version: 2.23 (HEAD) Status: NEW Severity: critical

Re: ARM unwind tables generation uses uninitialized memory

2011-11-29 Thread nick clifton
Hi Alexander, It turns out that while generating the unwind tables, it uses uninitialized memory, so some times it would generate invalid entries: Please could you file a bug report about this here: http://sourceware.org/bugzilla/ It would be *really* helpful if you can include a testcase