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: nickc at redhat dot com
Subject: [Bug gas/22493] push {sp} fails on mcpu=cortex-a7
Date: Tue, 05 Dec 2017 15:07:55 +0000

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

Nick Clifton <nickc at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nickc at redhat dot com

--- Comment #1 from Nick Clifton <nickc at redhat dot com> ---
Hi Reporter,

  Please could you give me more details of how you generated this bug ?

  I tried the following test:

  % cat pr22493.s
        .text
        push {sp}

  % arm-none-eabi-as -march=armv7-a pr22493.s -o pr22493.o
  % arm-none-eabi-objdump -d pr22493.o
  Disassembly of section .text:

  00000000 <.text>:
     0: e52dd004        push    {sp}            ; (str sp, [sp, #-4]!)

  So, the correct STMDB encoding is being used, although the disassembler does 
  have an incorrect comment describing the instruction.

Cheers
  Nick

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