* gas/pdp11/pdp11.exp: Add run of absreloc.
authorPaul Koning <pkoning@equallogic.com>
Fri, 7 Jan 2011 01:51:45 +0000 (01:51 +0000)
committerPaul Koning <pkoning@equallogic.com>
Fri, 7 Jan 2011 01:51:45 +0000 (01:51 +0000)
gas/testsuite/ChangeLog
gas/testsuite/gas/pdp11/pdp11.exp

index d13c734..4cef296 100644 (file)
@@ -1,5 +1,9 @@
 2011-01-06  Paul Koning  <ni1d@arrl.net>
 
+       * gas/pdp11/pdp11.exp: Add run of absreloc.
+       
+2011-01-06  Paul Koning  <ni1d@arrl.net>
+
        * gas/pdp11/absreloc.s: New.
        * gas/pdp11/absreloc.d: New.
 
index 91ccddb..b2334c6 100644 (file)
@@ -5,5 +5,6 @@
 if [expr [istarget "pdp11-*-*"]]  then {
 
     run_dump_test "opcode"
+    run_dump_test "absreloc"
 
 }