* config/tc-arm.c (arm_ext_v6m): New variable.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / ldst-pc.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: ARM load/store with pc base register
3 #as: -mno-warn-deprecated
4
5 # Test the standard ARM instructions:
6
7 .*: +file format .*arm.*
8
9 Disassembly of section .text:
10 0+000 <[^>]*> e51f1008 ldr r1, \[pc, #-8\] ; 0+000 <[^>]*>
11 0+004 <[^>]*> e79f1002 ldr r1, \[pc, r2\]
12 0+008 <[^>]*> f55ff008 pld \[pc, #-8\] ; 0+008 <[^>]*>
13 0+00c <[^>]*> f7dff001 pld \[pc, r1\]
14 0+010 <[^>]*> f45ff008 pli \[pc, #-8\] ; 0+010 <[^>]*>
15 0+014 <[^>]*> f6dff001 pli \[pc, r1\]
16 0+018 <[^>]*> e58f1004 str r1, \[pc, #4\] ; 0+024 <[^>]*>
This page took 0.029452 seconds and 4 git commands to generate.