* gas/pdp11/pdp11.exp: Add run of absreloc.

This commit is contained in:
Paul Koning 2011-01-07 01:51:45 +00:00
parent b9d2a62bb4
commit 1df3baeaa6
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -5,5 +5,6 @@
if [expr [istarget "pdp11-*-*"]] then {
run_dump_test "opcode"
run_dump_test "absreloc"
}