]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gas/vax/quad.exp: Use quad_elf.s for ELF targets.
authorAlan Modra <amodra@gmail.com>
Mon, 26 Aug 2002 11:08:23 +0000 (11:08 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 26 Aug 2002 11:08:23 +0000 (11:08 +0000)
* gas/vax/quad.s: Align
* gas/vax/quad_elf.s: New version of quad.s with %reg.

gas/testsuite/ChangeLog
gas/testsuite/gas/vax/quad.exp
gas/testsuite/gas/vax/quad.s

index e4207c0a48c938e2857fa0330fba4ca2f1dbe4e7..b8b4750d9338c45c5e0e9a958104ae6997bc5ed2 100644 (file)
@@ -1,5 +1,9 @@
 2002-08-26  Alan Modra  <amodra@bigpond.net.au>
 
+       * gas/vax/quad.exp: Use quad_elf.s for ELF targets.
+       * gas/vax/quad.s: Align
+       * gas/vax/quad_elf.s: New version of quad.s with %reg.
+
        * gas/sparc/sparc.exp (sparc_elf_setup): New.
        Use it to xfail for non-ELF targets.
 
index 46fc9ca52d482171a4cdae2b175a4cbc03b3b02b..4cd98b871ecc216b5b8a537b57b7e3696b5eb814 100644 (file)
@@ -3,7 +3,11 @@ proc do_quad {} {
     set x1 0
     set x2 0
     set x3 0
-    gas_start "quad.s" "-al"
+    set file "quad.s"
+    if [istarget vax-*-*elf*] {
+      set file "quad_elf.s"
+    }
+    gas_start $file "-al"
     while 1 {
        expect {
            -re "^ +2\[ \t\]+0000+ 7D8F7856\[ \t\]+movq\[^\n\]*\n" { set x1 1 }
index 78ad4ad0fc66e8ed802b74df6d430f2dedfcf5ad..38a5af22e51f67d4b2929a431471464a377b9177 100644 (file)
@@ -1,2 +1,3 @@
        .text
        movq $0xaabbccdd12345678,r0
+       .p2align 2