Add a testcase for PR gas/11867.
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 2 Aug 2010 20:10:45 +0000 (20:10 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 2 Aug 2010 20:10:45 +0000 (20:10 +0000)
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.

gas/testsuite/ChangeLog
gas/testsuite/gas/elf/data-1.d [new file with mode: 0644]
gas/testsuite/gas/elf/data-1.s [new file with mode: 0644]
gas/testsuite/gas/elf/elf.exp

index 6e590f9..e3b76a3 100644 (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.
diff --git a/gas/testsuite/gas/elf/data-1.d b/gas/testsuite/gas/elf/data-1.d
new file mode 100644 (file)
index 0000000..9ea2c74
--- /dev/null
@@ -0,0 +1,7 @@
+#objdump: -s -j .data
+#name: elf data
+
+.*: +file format .*
+
+Contents of section .data:
+ 0000 00000000 fa448607 00000000 fdffffff  .....D..........
diff --git a/gas/testsuite/gas/elf/data-1.s b/gas/testsuite/gas/elf/data-1.s
new file mode 100644 (file)
index 0000000..aff6611
--- /dev/null
@@ -0,0 +1,3 @@
+       .data
+       .quad   542196645677236224
+       .quad   -12884901888
index 7c12305..e06db46 100644 (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"