* gas/all/octa.s, * gas/all/octa.d: New test.

* gas/all/gas.exp: Run octa.
	* gas/elf/data-1.s, * gas/elf/data-1.d: Delete.
	* gas/elf/elf.exp: Don't run data-1.
This commit is contained in:
Alan Modra 2010-08-03 10:30:52 +00:00
parent 1c4cc7461d
commit 7b0a0875b2
7 changed files with 19 additions and 16 deletions

View File

@ -1,3 +1,10 @@
2010-08-03 Alan Modra <amodra@gmail.com>
* gas/all/octa.s, * gas/all/octa.d: New test.
* gas/all/gas.exp: Run octa.
* gas/elf/data-1.s, * gas/elf/data-1.d: Delete.
* gas/elf/elf.exp: Don't run data-1.
2010-08-02 H.J. Lu <hongjiu.lu@intel.com>
* elf/elf.exp: Run data-1 only for i*86, x86_64 and ia64.

View File

@ -339,6 +339,7 @@ if { ![istarget "i960-*-*"] } {
run_dump_test quad
}
run_dump_test octa
# .set works differently on some targets.
case $target_triplet in {

View File

@ -0,0 +1,8 @@
#objdump: -s -j .data
#name: octa bignum
.*: +file format .*
Contents of section .data:
[^ ]* (ffff3344 55667788 99aabbcc ddeeffff|ffffeedd ccbbaa99 88776655 4433ffff) .*
[^ ]* (00003444 55667788 99aabbcc ddeeffff|ffffeedd ccbbaa99 88776655 44340000) .*

View File

@ -0,0 +1,3 @@
.data
.octa ~0x112233445566778899aabbcc0000
.octa -347510587133311339321256747728896

View File

@ -1,7 +0,0 @@
#objdump: -s -j .data
#name: elf data
.*: +file format .*
Contents of section .data:
0000 00000000 fa448607 00000000 fdffffff .....D..........

View File

@ -1,3 +0,0 @@
.data
.quad 542196645677236224
.quad -12884901888

View File

@ -127,12 +127,6 @@ if { ([istarget "*-*-*elf*"]
run_dump_test equ-reloc
}
}
if {[istarget "i*86-*-*"]
|| [istarget "x86_64-*-*"]
|| [istarget "ia64-*-*"]} then {
# This is a little endian test.
run_dump_test "data-1"
}
run_dump_test "pseudo"
run_dump_test "section0"
run_dump_test "section1"