Delete rac-d,rac-ds,rach-d,rach-ds, they're aliases.

This commit is contained in:
Doug Evans 1998-02-18 20:39:02 +00:00
parent cf6145bc28
commit b1c9871889
5 changed files with 0 additions and 48 deletions

View File

@ -39,11 +39,7 @@ mvfacmi-a.cgs
mvtachi-a.cgs
mvtaclo-a.cgs
pcmpbz.cgs
rac-d.cgs
rac-ds.cgs
rac-dsi.cgs
rach-d.cgs
rach-ds.cgs
rach-dsi.cgs
sadd.cgs
sat.cgs

View File

@ -1,11 +0,0 @@
# m32r testcase for rac $accd
# mach(): m32r m32rx
.include "testutils.inc"
start
.global rac_d
rac_d:
pass

View File

@ -1,11 +0,0 @@
# m32r testcase for rac $accd,$accs
# mach(): m32r m32rx
.include "testutils.inc"
start
.global rac_ds
rac_ds:
pass

View File

@ -1,11 +0,0 @@
# m32r testcase for rach $accd
# mach(): m32r m32rx
.include "testutils.inc"
start
.global rach_d
rach_d:
pass

View File

@ -1,11 +0,0 @@
# m32r testcase for rach $accd,$accs
# mach(): m32r m32rx
.include "testutils.inc"
start
.global rach_ds
rach_ds:
pass