[Bug gas/22493] push {sp} fails on mcpu=cortex-a7

2017-12-15 Thread bugzi...@fritzler-avr.de
https://sourceware.org/bugzilla/show_bug.cgi?id=22493 --- Comment #4 from bugzi...@fritzler-avr.de --- Hello Nick, I patched my binutils with your patch and now it gets translated right. Here is the evidence (same asm Code as in Comment 2): $ arm-none-eabi-objdump -d pr22493.o pr22493.o

[Bug gas/22493] push {sp} fails on mcpu=cortex-a7

2017-12-05 Thread bugzi...@fritzler-avr.de
https://sourceware.org/bugzilla/show_bug.cgi?id=22493 --- Comment #2 from bugzi...@fritzler-avr.de --- Hello, of course I will give you more details. At first "y52d" ist not stm it is str ;) stm is "y92d". Therefore I repeated your test but with two more instructi

[Bug gas/22493] New: push {sp} fails on mcpu=cortex-a7

2017-11-25 Thread bugzi...@fritzler-avr.de
Assignee: unassigned at sourceware dot org Reporter: bugzi...@fritzler-avr.de Target Milestone: --- Target: cortex-a7 The arm-none-eabi-as translates "push {sp}" wrong. Instead of "stmfd sp!, {sp}" im getting "str sp, [sp, #-4]!". This s