[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/27190] New: m68k: fmovemx does not accept pc-relative addressing modes for memory-to-register transfers

2021-01-16 Thread ad...@tho-otto.de
: UNCONFIRMED Severity: normal Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: ad...@tho-otto.de Target Milestone: --- Created attachment 13121 --> https://sourceware.org/bugzilla/attachment.cgi?id=13121&action=e

[Bug gas/27191] New: m68k: incorrect assembly of fmovem.l #data,%fpsr/%fpcr

2021-01-16 Thread ad...@tho-otto.de
Component: gas Assignee: unassigned at sourceware dot org Reporter: ad...@tho-otto.de Target Milestone: --- When using immediate data for a fmovem.l to control register, and more than one register ist specified, only a single constant is written: fmovem.l

[Bug gas/27191] m68k: incorrect assembly of fmovem.l #data,%fpsr/%fpcr

2021-01-16 Thread ad...@tho-otto.de
https://sourceware.org/bugzilla/show_bug.cgi?id=27191 --- Comment #2 from Thorsten Otto --- Are you sure about this? I can't find any indication for that in the manual. Only register-direct are flagged as being allowed only for a single register. And actually, that is instruction is emulated, an

[Bug gas/27211] New: m68k: word branches are not checked for signed overflow

2021-01-19 Thread ad...@tho-otto.de
Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: ad...@tho-otto.de Target Milestone: --- When the branch target is known, gas should reject values that overflow the range of a *signed* value. That is, code such as

[Bug gas/32738] New: Wrong source file in error message when used from within a macro

2025-02-22 Thread ad...@tho-otto.de
: normal Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: ad...@tho-otto.de Target Milestone: --- When a macro has an error, the wrong filename is listed in the error message. Example: foo.S: .include "fo