*** empty log message ***

This commit is contained in:
keie
1985-03-26 14:48:32 +00:00
parent 59996174b6
commit dc92fe358e
6 changed files with 17 additions and 11 deletions

View File

@@ -22,7 +22,6 @@ end
name asld
from .s.a
to .out
outfile a.out
program {EM}/lib/{M}/as
mapflag -l* LNAME={EM}/{LIB}*
args (.e:{HEAD}={EM}/{RT}em) \
@@ -34,3 +33,10 @@ name asld
prep cond
linker
end
name cv
from .out
to .cv
program {EM}/lib/{M}/cv
args < >
outfile a.out
end