This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Error: selected processor does not support ARM mode `ldralt r5,[r0],#4'


Hi Matthew

There is a regression that I am seeing on trunk and also 2.23 branch

testcase

/tmp/as.s

ldralt r5,[r1],#4

$ ./gas/as-new -march=armv5te /tmp/a.s
/tmp/a.s: Assembler messages:
/tmp/a.s:1: Error: selected processor does not support ARM mode `ldralt r5,[r1],#4'


The below commit is the casue of this error

Author: mgretton <mgretton>
Date:   Fri Aug 24 08:03:38 2012 +0000

        * gas/config/tc-arm.c (do_rm_rn): New function.
        (do_strlex): Likewise.
        (do_t_strlex): Likewise.
        (insns): Add support for LDRA/STRL instructions.
        * gas/testsuite/gas/arm/armv8-a-bad.l: Update testcase.
        * gas/testsuite/gas/arm/armv8-a-bad.s: Likewise.
        * gas/testsuite/gas/arm/armv8-a.d: Likewise.
        * gas/testsuite/gas/arm/armv8-a.s: Likewise.
        * opcodes/arm-dis.c (arm_opcodes): Add LDRA/STRL instructions.
        (thumb32_opcodes): Likewise.
        (print_arm_insn): Add support for %<>T formatter.


-- 
-Khem


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]