]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
PR gas/3041
authorAlan Modra <amodra@gmail.com>
Mon, 7 Feb 2011 00:04:44 +0000 (00:04 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 7 Feb 2011 00:04:44 +0000 (00:04 +0000)
* gas/m68k/p3041pcrel.s, * gas/m68k/p3041pcrel.d: New test.
* gas/m68k/all.exp: Add "p3041pcrel" and enable p3041 tests for
all m68k-aout targets.

gas/testsuite/ChangeLog
gas/testsuite/gas/m68k/all.exp

index 74043db8e32ca4f1f95db80f4e700fc6adeaf63d..06df39f64dd21a8c079ad4ecf18fe6df1636110c 100644 (file)
@@ -1,3 +1,10 @@
+2011-02-07  Vincent Riviere  <vincent.riviere@freesbee.fr>
+
+       PR gas/3041
+       * gas/m68k/p3041pcrel.s, * gas/m68k/p3041pcrel.d: New test.
+       * gas/m68k/all.exp: Add "p3041pcrel" and enable p3041 tests for
+       all m68k-aout targets.
+
 2011-02-01  Alan Modra  <amodra@gmail.com>
 
        Backport from mainline
index 443fdb62b4262f27f0a4dfe42e5487d688b5d0c8..8b9ecdb606f6164a8fb20da5692912cbdb87cec5 100644 (file)
@@ -71,9 +71,10 @@ if { [istarget m68*-*-*] || [istarget fido*-*-*] } then {
 
     gas_test_error "p11673.s" "-march=isab" "movel immediate with offset unsupported on isab"
 
-    if { [istarget *-*-netbsd] } then {
+    if { [istarget *-*-*aout] || [istarget *-*-netbsd] || [istarget *-*-openbsd*] } then {
       run_dump_test p3041
       run_dump_test p3041data
+      run_dump_test p3041pcrel
     }
 
     set testname "68000 operands"