[Bug gas/17877] New: bad opcodes for coldfire m5307

2015-01-26 Thread angelo70 at gmail dot com
Assignee: unassigned at sourceware dot org Reporter: angelo70 at gmail dot com Dear all, i am compiling a simple bare-metal binary with https://www.kernel.org/pub/tools/crosstool/files/bin/i686/4.6.3/i686-gcc-4.6.3-nolibc_m68k-linux.tar.gz $ make -f makefile.release /opt/toolchains/m68k

[Bug gas/17877] bad opcodes for coldfire m5307

2015-03-08 Thread angelo70 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17877 angelo changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug gas/17877] bad opcodes for coldfire m5307

2015-03-10 Thread angelo70 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17877 angelo changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

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

2015-03-10 Thread angelo70 at gmail dot com
Assignee: unassigned at sourceware dot org Reporter: angelo70 at gmail dot com I am compiling the same C code from a 32bit host m68k toolchain based on binutils 2.21 and another, with a 64bit host toolchain based on binutils 2.24. Taget is mcf5307. The code produced from 2,24

[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-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-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