2006-11-29 Paul Brook <paul@codesourcery.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / el_segundo.s
index 9f403a10d56512320b48a18fdd94f8e996487f37..2111b5e718e28c8c4e6a03149b6bebaaa5daf5b2 100644 (file)
@@ -1,23 +1,9 @@
 # el_segundo.s
 #
 # Tests that we generate the right code for v5e instructions.
-# This is not a functional test, although it can be linked.
-# (The section at the rear is non-Coyanosa stuff for comparison.)
-# To verify a compiler, do:
-#      <gcc build area>/gcc/as el_segundo.s -o _temp.o
-#      <gcc build area>/binutils/objdump -dr _temp.o >! _temp.d
-#      diff _temp.d el_segundo.d
-
-       .section        .rdata
-       .align  0
-.LC0:
-       .ascii  "some data\000"
-
        .text
        .global main
-#      .type main,function
        .align  0
-
 main:
        smlabbgt r0,r1,r2,r3
        smlabb r0,r1,r2,r3
@@ -52,3 +38,6 @@ main:
        qsub r0,r1,r2
        qdsub r0,r1,r2
        qsub r0,r1,r2
+
+       @ padding for a.out's sake
+       nop
This page took 0.023669 seconds and 4 git commands to generate.