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