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

2011-12-21 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=13449 --- Comment #14 from cvs-commit at gcc dot gnu.org cvs-commit at gcc dot gnu.org 2011-12-21 17:07:33 UTC --- CVSROOT:/cvs/src Module name:src Changes by:ni...@sourceware.org2011-12-21 17:07:27 Modified files: gas

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

2011-12-20 Thread agraf at suse dot de
http://sourceware.org/bugzilla/show_bug.cgi?id=13449 --- Comment #12 from Alexander Graf agraf at suse dot de 2011-12-20 14:55:20 UTC --- Hi Nick, Sorry for the late reply. I fetched today's CVS and realized that you already applied patch 3. I now get the following output when compiling on

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

2011-12-20 Thread agraf at suse dot de
http://sourceware.org/bugzilla/show_bug.cgi?id=13449 --- Comment #13 from Alexander Graf agraf at suse dot de 2011-12-20 15:04:07 UTC --- This patch fixes the test case for me: Index: config/tc-arm.c === RCS file:

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

2011-12-06 Thread nickc at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13449 --- Comment #10 from Nick Clifton nickc at redhat dot com 2011-12-06 11:02:24 UTC --- Created attachment 6090 -- http://sourceware.org/bugzilla/attachment.cgi?id=6090 Third possible fix -- Configure bugmail:

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

2011-12-02 Thread nickc at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13449 Nick Clifton nickc at redhat dot com changed: What|Removed |Added Attachment #6083|0 |1 is

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

2011-12-01 Thread nickc at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13449 Nick Clifton nickc at redhat dot com changed: What|Removed |Added Status|NEW |ASSIGNED ---

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

2011-12-01 Thread nickc at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13449 --- Comment #4 from Nick Clifton nickc at redhat dot com 2011-12-01 17:52:41 UTC --- Created attachment 6083 -- http://sourceware.org/bugzilla/attachment.cgi?id=6083 possible bug fix -- Configure bugmail:

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

2011-12-01 Thread agraf at suse dot de
http://sourceware.org/bugzilla/show_bug.cgi?id=13449 --- Comment #5 from Alexander Graf agraf at suse dot de 2011-12-01 18:10:14 UTC --- I can easily create the .o files for you. I'm very sure that gas is broken. Please see the following commands: panda1:/binutils/gas ./as-new -march=armv7-a

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

2011-12-01 Thread agraf at suse dot de
http://sourceware.org/bugzilla/show_bug.cgi?id=13449 --- Comment #6 from Alexander Graf agraf at suse dot de 2011-12-01 18:17:10 UTC --- Another data point I forgot to mention: Running gas inside of valgrind generates correct unwind tables even on panda1. -- Configure bugmail:

[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 agraf at suse dot de changed: What|Removed |Added CC||nickc at redhat

[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 nickc at redhat dot com 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

[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 agraf at suse dot de 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