bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: address@hidden
Subject: [Bug gas/22493] push {sp} fails on mcpu=cortex-a7
Date: Fri, 15 Dec 2017 14:15:43 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=22493

--- Comment #4 from address@hidden ---
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:     file format elf32-littlearm
Disassembly of section .text:
00000000 <label>:
   0:   e92d2000        stmfd   sp!, {sp}
   4:   e92d2000        stmfd   sp!, {sp}
   8:   e52dd004        push    {sp}            ; (str sp, [sp, #-4]!)

Greetings
Martin

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]