* gas/arm/mapdir.s: Don't specify attr/type for .fini_array.
authorAlan Modra <amodra@gmail.com>
Thu, 22 Jul 2010 04:48:18 +0000 (04:48 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 22 Jul 2010 04:48:18 +0000 (04:48 +0000)
* gas/elf/dwarf2-3.s: Don't specify attr for .init_array.
* gas/elf/dwarf2-3.d: Don't run on h8300.

gas/testsuite/ChangeLog
gas/testsuite/gas/arm/mapdir.s
gas/testsuite/gas/elf/dwarf2-3.d
gas/testsuite/gas/elf/dwarf2-3.s

index 3bb57ab3a3c4342b5b2aa9b7270fb312d5423bf3..63058013c37d015514ebe6d3cd4ba8fd62672ce7 100644 (file)
@@ -1,3 +1,9 @@
+2010-07-22  Alan Modra  <amodra@gmail.com>
+
+       * gas/arm/mapdir.s: Don't specify attr/type for .fini_array.
+       * gas/elf/dwarf2-3.s: Don't specify attr for .init_array.
+       * gas/elf/dwarf2-3.d: Don't run on h8300.
+
 2010-07-19  Andreas Schwab  <schwab@redhat.com>
 
        * gas/i386/x86-64-unwind.d: Ignore "Key to Flags" contents.
index 7260dd054a7f34684818a0e20051b8ee9d90c3cf..ff071791c8eee3940d8e2389a92846a3cce5f86d 100644 (file)
@@ -2,7 +2,7 @@
 # generated.  This could lead to duplicate mapping symbols at
 # the same address.
 
-       .section .fini_array,"aw",%fini_array
+       .section .fini_array
        .thumb
        .align  2
        .type   __do_global_dtors_aux_fini_array_entry, %object
index 2d8c2ace22d5b59d5c8e293c2429ac1bd1f030c3..44a2a6d17fd420dfaa497f1469ecb2dd691a7284 100644 (file)
@@ -1,6 +1,6 @@
 #readelf: -wl
 #name: DWARF2 3
-#not-target: ia64-*-*
+#not-target: ia64-*-* h8300-*-*
 
 Raw dump of debug contents of section .debug_line:
 
index 17752d20233b1ae5094a9b1248855d9c263f30c8..2144726a016af436a66c8422768420e7c522c752 100644 (file)
@@ -7,7 +7,7 @@
 .Ldebug_line0:
        .text
 .Ltext0:
-       .section        .init_array,"aw"
+       .section        .init_array
        .align 4
        .type   init_array, %object
        .size   init_array, 4
This page took 0.028763 seconds and 4 git commands to generate.