Add LDM and STM instructions which are unpredictable because of their use of
authorNick Clifton <nickc@redhat.com>
Mon, 23 Sep 2002 16:46:33 +0000 (16:46 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 23 Sep 2002 16:46:33 +0000 (16:46 +0000)
the writeback bit.

gas/testsuite/ChangeLog
gas/testsuite/gas/arm/armv1-bad.l
gas/testsuite/gas/arm/armv1-bad.s

index 467605e96d46592c9e9b104bc341cd9006ee6b68..9523d4858b6341ef40045e8349053b3609c2401f 100644 (file)
@@ -1,3 +1,8 @@
+2002-09-23  Nick Clifton  <nickc@redhat.com>
+
+       * gas/arm/armv1-bad.s: Add LDM and STM instructions which are
+       unpredictable because of their use of the writeback bit.
+
 2002-09-21  Nick Clifton  <nickc@redhat.com>
 
        * gas/arm/inst.s: Fix UNPREDICATABLE use of writeback in LDM/STM
index 96d9e73981f86fb6a86f2d9c7cd3faf3bd49747c..19a7e9a216df932590116f3c227fabee283f3b53 100644 (file)
@@ -6,3 +6,7 @@
 [^:]*:8: Error: invalid constant -- `mov r0,#0x1ff'
 [^:]*:9: Error: bad instruction `cmpl r0,r0'
 [^:]*:10: Error: selected processor does not support `strh r0,\[r1\]'
+[^:]*:11: Warning: writeback of base register is UNPREDICTABLE
+[^:]*:12: Warning: writeback of base register when in register list is UNPREDICTABLE
+[^:]*:13: Warning: writeback of base register is UNPREDICTABLE
+[^:]*:15: Warning: if writeback register is in list, it must be the lowest reg in the list
index c879a739e010582696c67b2bc49dd85ecc614923..751aefe17039cc7ff26c79682dea5d323bff7eba 100644 (file)
@@ -8,3 +8,8 @@ entry:
        mov     r0, #0x1ff
        cmpl    r0, r0
        strh    r0, [r1]
+       ldmfa   r4!, {r8, r9}^
+       ldmfa   r4!, {r4, r8, r9}
+       stmfa   r4!, {r8, r9}^
+       stmdb   r4!, {r4, r8, r9}       @ This is OK.
+       stmdb   r8!, {r4, r8, r9}
This page took 0.028683 seconds and 4 git commands to generate.