diff options
author | Alan Modra <amodra@gmail.com> | 2010-07-22 04:48:18 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-07-22 04:48:18 +0000 |
commit | dad7c6801240221078caa0927b1719eb96cdc83a (patch) | |
tree | 930166a80cf61103f9d1741ff2c55f8bb3dd896c /gas | |
parent | cdb3517eda6f65959fb2a5e1d0fcf387f2ec083d (diff) | |
download | gdb-dad7c6801240221078caa0927b1719eb96cdc83a.zip gdb-dad7c6801240221078caa0927b1719eb96cdc83a.tar.gz gdb-dad7c6801240221078caa0927b1719eb96cdc83a.tar.bz2 |
* 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.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gas/testsuite/gas/arm/mapdir.s | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/elf/dwarf2-3.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/elf/dwarf2-3.s | 2 |
4 files changed, 9 insertions, 3 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 3bb57ab..63058013 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -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. diff --git a/gas/testsuite/gas/arm/mapdir.s b/gas/testsuite/gas/arm/mapdir.s index 7260dd0..ff07179 100644 --- a/gas/testsuite/gas/arm/mapdir.s +++ b/gas/testsuite/gas/arm/mapdir.s @@ -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 diff --git a/gas/testsuite/gas/elf/dwarf2-3.d b/gas/testsuite/gas/elf/dwarf2-3.d index 2d8c2ac..44a2a6d 100644 --- a/gas/testsuite/gas/elf/dwarf2-3.d +++ b/gas/testsuite/gas/elf/dwarf2-3.d @@ -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: diff --git a/gas/testsuite/gas/elf/dwarf2-3.s b/gas/testsuite/gas/elf/dwarf2-3.s index 17752d2..2144726 100644 --- a/gas/testsuite/gas/elf/dwarf2-3.s +++ b/gas/testsuite/gas/elf/dwarf2-3.s @@ -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 |