Add a testcase for PR gas/11867.

2010-08-02  H.J. Lu  <hongjiu.lu@intel.com>

	PR gas/11867
	* gas/elf/data-1.d: New.
	* gas/elf/data-1.s: Likewise.

	* elf/elf.exp: Run data-1.
This commit is contained in:
H.J. Lu 2010-08-02 20:10:45 +00:00
parent 42c0c4f1c5
commit 317bc8c820
4 changed files with 19 additions and 0 deletions

View File

@ -1,3 +1,11 @@
2010-08-02 H.J. Lu <hongjiu.lu@intel.com>
PR gas/11867
* gas/elf/data-1.d: New.
* gas/elf/data-1.s: Likewise.
* elf/elf.exp: Run data-1.
2010-08-02 Tristan Gingold <gingold@adacore.com>
* lib/gas-defs.exp (get_standard_section_names): New function.

View File

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

View File

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

View File

@ -127,6 +127,7 @@ if { ([istarget "*-*-*elf*"]
run_dump_test equ-reloc
}
}
run_dump_test "data-1"
run_dump_test "pseudo"
run_dump_test "section0"
run_dump_test "section1"