]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
elf-rel.d: Call gas with -k. Thanks toMatt Thomas for figuring out.
authorNick Clifton <nickc@redhat.com>
Fri, 1 Apr 2005 14:08:56 +0000 (14:08 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 1 Apr 2005 14:08:56 +0000 (14:08 +0000)
vax.exp: Run elf-rel.[sd] for NetBSD-ELF and Linux.

gas/testsuite/ChangeLog
gas/testsuite/gas/vax/elf-rel.d
gas/testsuite/gas/vax/vax.exp

index 83910b3fbed87ef30de1d5632e206f178b7d86f0..44bf28f9d0abaddac0afcd36d2ebeaa09ad40c7c 100644 (file)
@@ -1,9 +1,17 @@
+2005-04-01  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
+
+       * gas/testsuite/gas/vax/elf-rel.d: Call gas with -k. Thanks to
+       Matt Thomas for figuring out.
+       * gas/testsuite/gas/vax/vax.exp: Run elf-rel.[sd] for NetBSD-ELF
+       and Linux.
+
 2005-04-01  Jan Beulich  <jbeulich@novell.com>
 
        * gas/i386/bss.[sd]: New.
        * gas/i386/i386.exp: Run new test.
 
 2005-04-01  Jan Beulich  <jbeulich@novell.com>
+
        * gas/i386/x86-64-pcrel.[sd]: New.
        * gas/i386/i386.exp: Run new test.
 
index 88e8f5ca455e53ee4677e157c34dba0eac3e01ae..7e2df405476020f6d2ebc9a56ae993faa4675ef6 100644 (file)
@@ -1,3 +1,4 @@
+#as: -k
 #objdump: -sr
 #name: VAX ELF relocations
 
index f61906c15d31b010971cf538b8acc1a9c1cad097..7ba8c27548c513693baf7b2024a8bd7c434eaa26 100644 (file)
@@ -29,7 +29,7 @@ proc do_quad {} {
 if [istarget vax-*-* ] then {
     do_quad
 
-    if [istarget vax-*-*elf*] {
+    if { [istarget vax-*-*elf*] || [istarget vax-*-linux-gnu*] } then {
        run_dump_test "elf-rel"
     }
 }