[Bug gas/32363] stm r13!, {...} misassembled to push {...}

2024-12-20 Thread m.banaszek at mimuw dot edu.pl
https://sourceware.org/bugzilla/show_bug.cgi?id=32363 --- Comment #4 from Mateusz Banaszek --- Great, thanks! -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/32363] stm r13!, {...} misassembled to push {...}

2024-12-20 Thread rearnsha at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32363 Richard Earnshaw changed: What|Removed |Added Status|NEW |RESOLVED Target Milestone|---

[Bug gas/32363] stm r13!, {...} misassembled to push {...}

2024-12-20 Thread rearnsha at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32363 Richard Earnshaw changed: What|Removed |Added CC||rearnsha at sourceware dot org

[Bug gas/32363] stm r13!, {...} misassembled to push {...}

2024-12-20 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32363 Sam James changed: What|Removed |Added CC||nickc at redhat dot com,

[Bug gas/32363] stm r13!, {...} misassembled to push {...}

2024-12-19 Thread m.banaszek at mimuw dot edu.pl
https://sourceware.org/bugzilla/show_bug.cgi?id=32363 --- Comment #1 from Mateusz Banaszek --- Interestingly, for Cortex-R stm r13!, {...} is assembled correctly to stm/stmia/stmea. An example: https://godbolt.org/z/TT3rK9anb. I've taken this example from a comment in Zephyr OS: https://github.c