aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-04-01 14:08:56 +0000
committerNick Clifton <nickc@redhat.com>2005-04-01 14:08:56 +0000
commitce8d332a69fd042e0fa29d8c08050efafc1bffd0 (patch)
tree65f7d3a28a524a987b70c7cdd96cb9710118f818 /gas
parent56f366632f0e421203234f1958ae114180790776 (diff)
downloadfsf-binutils-gdb-ce8d332a69fd042e0fa29d8c08050efafc1bffd0.zip
fsf-binutils-gdb-ce8d332a69fd042e0fa29d8c08050efafc1bffd0.tar.gz
fsf-binutils-gdb-ce8d332a69fd042e0fa29d8c08050efafc1bffd0.tar.bz2
elf-rel.d: Call gas with -k. Thanks toMatt Thomas for figuring out.
vax.exp: Run elf-rel.[sd] for NetBSD-ELF and Linux.
Diffstat (limited to 'gas')
-rw-r--r--gas/testsuite/ChangeLog8
-rw-r--r--gas/testsuite/gas/vax/elf-rel.d1
-rw-r--r--gas/testsuite/gas/vax/vax.exp2
3 files changed, 10 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 83910b3..44bf28f 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -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.
diff --git a/gas/testsuite/gas/vax/elf-rel.d b/gas/testsuite/gas/vax/elf-rel.d
index 88e8f5c..7e2df40 100644
--- a/gas/testsuite/gas/vax/elf-rel.d
+++ b/gas/testsuite/gas/vax/elf-rel.d
@@ -1,3 +1,4 @@
+#as: -k
#objdump: -sr
#name: VAX ELF relocations
diff --git a/gas/testsuite/gas/vax/vax.exp b/gas/testsuite/gas/vax/vax.exp
index f61906c..7ba8c27 100644
--- a/gas/testsuite/gas/vax/vax.exp
+++ b/gas/testsuite/gas/vax/vax.exp
@@ -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"
}
}