[Bug gas/25848] cmpi to local label produces wrong code on 68000

2022-09-11 Thread sch...@linux-m68k.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25848 --- Comment #6 from Andreas Schwab --- CMP only accepts ,Dn. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/25848] cmpi to local label produces wrong code on 68000

2022-09-11 Thread ad...@tho-otto.de
https://sourceware.org/bugzilla/show_bug.cgi?id=25848 Thorsten Otto changed: What|Removed |Added CC||ad...@tho-otto.de --- Comment #5

[Bug gas/25848] cmpi to local label produces wrong code on 68000

2020-04-21 Thread vincent.riviere at freesbee dot fr
https://sourceware.org/bugzilla/show_bug.cgi?id=25848 --- Comment #4 from Vincent Rivière --- Many thanks, Andreas  I have just tested latest m68k-elf-as from Git, it works well, now. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/25848] cmpi to local label produces wrong code on 68000

2020-04-21 Thread sch...@linux-m68k.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25848 Andreas Schwab changed: What|Removed |Added Resolution|--- |FIXED

[Bug gas/25848] cmpi to local label produces wrong code on 68000

2020-04-21 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25848 --- Comment #2 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Andreas Schwab : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=bb2a1453479dfa2589f3b62853d4e1cf60825e98 commit

[Bug gas/25848] cmpi to local label produces wrong code on 68000

2020-04-18 Thread vincent.riviere at freesbee dot fr
https://sourceware.org/bugzilla/show_bug.cgi?id=25848 --- Comment #1 from Vincent Rivière --- Workaround: Make the label weak, so gas is forced to use external, absolute addressing mode. .weak lab lab: cmpi.w #1,lab -- You are receiving this mail because: You are on the CC