Configured distr system for the 6.0pre3 release.
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
Action
|
||||
pmfile
|
||||
as
|
||||
top
|
||||
ncg
|
||||
dl
|
||||
libem
|
||||
libend
|
||||
libmon
|
||||
mach_params
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,2 +1,5 @@
|
||||
LIST
|
||||
end_s.a
|
||||
pmfile
|
||||
edata.s
|
||||
em_end.s
|
||||
end.s
|
||||
etext.s
|
||||
|
||||
@@ -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
1
mach/i80/top/.distr
Normal file
@@ -0,0 +1 @@
|
||||
table
|
||||
16
mach/i80/top/table
Normal file
16
mach/i80/top/table
Normal 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 ;
|
||||
|
||||
%%;
|
||||
Reference in New Issue
Block a user