Arm: Clean up PE GAS testsuite correct THUMB tests.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / mapshort-elf.d
index d4552311eb12eebd324f4f338f0f7892cf12fad9..56e84f7e71ea990461900b16e9316b414870fd85 100644 (file)
@@ -1,7 +1,7 @@
 #objdump: --syms --special-syms -d
 #name: ARM Mapping Symbols for .short (ELF version)
 # This test is only valid on ELF based ports.
-#not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix* *-*-*eabi *-*-syymbianelf
+#notarget: *-*-pe *-*-wince
 #source: mapshort.s
 
 # Test the generation and use of ARM ELF Mapping Symbols
@@ -21,19 +21,20 @@ SYMBOL TABLE:
 0+18 l       .text     00000000 \$a
 0+1c l       .text     00000000 \$d
 0+1f l       .text     00000000 bar
-# The ELF based port does not generate a .ARM.attributes symbol
+0+00 l       .data     00000000 wibble
+#...
 
 Disassembly of section .text:
 
 0+00 <foo>:
-   0:  e1a00000        nop                     \(mov r0,r0\)
-   4:  46c0            nop                     \(mov r8, r8\)
-   6:  46c0            nop                     \(mov r8, r8\)
+   0:  e1a00000        nop                     ; \(mov r0, r0\)
+   4:  46c0            nop                     \(mov r8, r8\)
+   6:  46c0            nop                     \(mov r8, r8\)
    8:  00000002        .word   0x00000002
    c:  00010001        .word   0x00010001
   10:  0003            .short  0x0003
-  12:  46c0            nop                     \(mov r8, r8\)
-  14:  46c0            nop                     \(mov r8, r8\)
+  12:  46c0            nop                     \(mov r8, r8\)
+  14:  46c0            nop                     \(mov r8, r8\)
   16:  0001            .short  0x0001
   18:  ebfffff8        bl      0 <foo>
   1c:  0008            .short  0x0008
This page took 0.034701 seconds and 4 git commands to generate.