* 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.
This commit is contained in:
parent
cdb3517eda
commit
dad7c68012
4 changed files with 9 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue