Configured distr system for the 6.0pre3 release.

This commit is contained in:
dtrg
2007-04-29 23:09:24 +00:00
parent a45f7db24a
commit e9e9c8ac50
12 changed files with 94 additions and 18 deletions

View File

@@ -1,8 +1,6 @@
Action
pmfile
as
top
ncg
dl
libem
libend
libmon
mach_params

View File

@@ -1,2 +1,38 @@
LIST
libem_s.a
pmfile
aar2.s
adi4.s
and.s
blm.s
cii.s
cmi4.s
cms.s
com.s
csa.s
csb.s
dup.s
dvi2.s
dvi4.s
exg.s
flp.s
inn.s
ior.s
lar2.s
loi.s
mli2.s
mli4.s
mlu2.s
ngi4.s
nop.s
rck.s
rol4.s
ror4.s
sar2.s
sbi4.s
set2.s
set.s
sli2.s
sli4.s
sri2.s
sri4.s
sti.s
xor.s

View File

@@ -1,2 +1,5 @@
LIST
end_s.a
pmfile
edata.s
em_end.s
end.s
etext.s

View File

@@ -11,6 +11,7 @@ mach_i80 = group {
proto_as,
proto_ncg { ARCHDIR = "i80" },
proto_top,
install = pm.install("%ROOTDIR%/lib/%ARCH%/descr", "%BINDIR%%PLATIND%/%ARCH%/descr")
}

1
mach/i80/top/.distr Normal file
View File

@@ -0,0 +1 @@
table

16
mach/i80/top/table Normal file
View File

@@ -0,0 +1,16 @@
/* 68020 desciptor table for ACK target optimizer */
MAXOP 2;
%%;
X, Y, Z { TRUE };
%%;
mvi X, Y : mov X, Z -> mov X, Z ;
xchg : inx h : xchg -> inx d ;
xchg : inx d : xchg -> inx h ;
%%;