Add support for Andes NDS32:
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / mapping.d
index 81022093407bfdc05810981bff9bc86435b57518..c4819d28a9499f075c6763e52608cb30075939ed 100644 (file)
@@ -1,18 +1,21 @@
-#objdump: --syms
+#objdump: --syms --special-syms
 #name: ARM Mapping Symbols
+# This test is only valid on ELF based ports.
+#not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
 
 # Test the generation of ARM ELF Mapping Symbols
 
 .*: +file format.*arm.*
 
 SYMBOL TABLE:
-0+00 l    d  .text     0+0 
-0+00 l    d  .data     0+0 
-0+00 l    d  .bss      0+0 
-0+00 l     F .text     0+0 \$a
+0+00 l    d  .text     0+0 (|.text)
+0+00 l    d  .data     0+0 (|.data)
+0+00 l    d  .bss      0+0 (|.bss)
+0+00 l       .text     0+0 \$a
 0+08 l       .text     0+0 \$t
-0+00 l     O .data     0+0 \$d
-0+00 l    d  foo       0+0 
+0+00 l    d  foo       0+0 (|foo)
 0+00 l       foo       0+0 \$t
+#Maybe section symbol for .ARM.attributes
+#...
 0+00 g       .text     0+0 mapping
-0+08 g       .text     0+0 thumb_mapping
+0+08 g     F .text     0+0 thumb_mapping
This page took 0.025076 seconds and 4 git commands to generate.