From 0444eaa77c5783eb1a7a99307ceaf262a1a45d04 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 13 Nov 1990 13:54:10 +0000 Subject: [PATCH] Albert Koelmans newest version, with adaptions --- lib/arm/descr | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/lib/arm/descr b/lib/arm/descr index 25f91770f..7c816b396 100644 --- a/lib/arm/descr +++ b/lib/arm/descr @@ -18,19 +18,33 @@ name be stdout need .e end +name asopt + from .s + to .so + program {EM}/lib/{M}/top + args + optimizer + stdin + stdout +end name asld - from .s.a + from .s.so.a to .out outfile a.out program {EM}/lib/{M}/as mapflag -l* LNAME={EM}/{LIB}* args (.e:{HEAD}={EM}/{RT}em) \ - ({RTS}:.ocm.b.c={EM}/{RT}cc) ({RTS}:.p={EM}/{RT}pc) -o > < \ + ({RTS}:.ocm.b.c={EM}/{RT}cc) \ + ({RTS}:.p={EM}/{RT}pc) \ + ({RTS}:.mod={EM}/{RT}m2) \ + -o > < \ (.p:{TAIL}={EM}/{LIB}pc) \ (.b:{TAIL}={EM}/{LIB}bc) \ (.ocm:{TAIL}={EM}/{LIB}ocm) \ + (.mod:{TAIL}={EM}/{LIB}m2) \ (.b.c:{TAIL}={EM}/{LIB}cc.1s {EM}/{LIB}cc.2g) \ - (.ocm.b.c.p:{TAIL}={EM}/{LIB}mon) \ - (.e:{TAIL}={EM}/{LIB}em {EM}/lib/{M}/end_em) + (.mod.ocm.b.c.p:{TAIL}={EM}/{LIB}mon) \ + (.mod.ocm.b.c.p:{TAIL}={EM}/{LIB}fp) \ + (.e:{TAIL}={EM}/{LIB}em {EM}/{LIB}ros {EM}/lib/{M}/end_em) linker end -- 2.34.1