[Bug gas/18108] possible coldfire gas bug on frame pointer

2015-03-15 Thread sch...@linux-m68k.org
https://sourceware.org/bugzilla/show_bug.cgi?id=18108 Andreas Schwab changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug gas/18108] possible coldfire gas bug on frame pointer

2015-03-15 Thread angelo70 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18108 --- Comment #5 from angelo --- Hi Andreas, issue i have is that the target cpu mcf5307 hangs between lines 94 and 112 of the asm code attached, i put 2 "nop" before and after this part with the issue, just to help localizing it. I generated

[Bug gas/18108] possible coldfire gas bug on frame pointer

2015-03-13 Thread sch...@linux-m68k.org
https://sourceware.org/bugzilla/show_bug.cgi?id=18108 --- Comment #4 from Andreas Schwab --- Which part of the file is mishandled by the assembler? What is the assembler command line? -- You are receiving this mail because: You are on the CC list for the bug. _

[Bug gas/18108] possible coldfire gas bug on frame pointer

2015-03-11 Thread angelo70 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18108 --- Comment #3 from angelo --- Created attachment 8187 --> https://sourceware.org/bugzilla/attachment.cgi?id=8187&action=edit file with issue -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/18108] possible coldfire gas bug on frame pointer

2015-03-11 Thread angelo70 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18108 --- Comment #2 from angelo --- Ok, i attach the file. See "print_size" function and look inside the 2 "nop" i added as asm volatile ("nop") into C code. The code in the target mcf5307 hangs there, in the 64 bit shift. Seems that code is tak

[Bug gas/18108] possible coldfire gas bug on frame pointer

2015-03-10 Thread sch...@linux-m68k.org
https://sourceware.org/bugzilla/show_bug.cgi?id=18108 Andreas Schwab changed: What|Removed |Added Status|NEW |WAITING --- Comment #1 from Andreas