From b005246ad5f3aca8434c0adb969d075a3ce1ef07 Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 9 Feb 1989 15:53:09 +0000 Subject: [PATCH] Added Algol68S --- lib/sun3/descr | 5 +++-- lib/vax4/descr.src | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/lib/sun3/descr b/lib/sun3/descr index 57dbbaff3..ac83a3ea7 100644 --- a/lib/sun3/descr +++ b/lib/sun3/descr @@ -54,9 +54,10 @@ name led args {ALIGN} (.e:{HEAD}= {EM}/{RT}em) \ ({RTS}:.ocm.b.c={EM}/{RT}cc) \ ({RTS}:.mod={EM}/{RT}m2) \ - ({RTS}:.p={EM}/{PRT}pc) \ + ({RTS}:.p.8={EM}/{PRT}pc) \ -o > < \ - (.p:{TAIL}={EM}/{PLIB}pc) \ + (.8:{TAIL}={EM}/{LIB}a68s) \ + (.p.8:{TAIL}={EM}/{PLIB}pc) \ (.b:{TAIL}={EM}/{PLIB}bc) \ (.ocm:{TAIL}={EM}/{LIB}ocm) \ (.mod:{TAIL}={EM}/{LIB}m2) \ diff --git a/lib/vax4/descr.src b/lib/vax4/descr.src index 0cbd8e755..c1b01148d 100644 --- a/lib/vax4/descr.src +++ b/lib/vax4/descr.src @@ -43,10 +43,11 @@ name ld mapflag -l* LNAME={EM}/{LIB}* args (.e:{HEAD}={EM}/{RT}em) \ ({RTS}:.ocm.b.c={EM}/{RT}cc) \ - ({RTS}:.p={EM}/{RT}pc) \ + ({RTS}:.p.8={EM}/{RT}pc) \ ({RTS}:.mod={EM}/{RT}m2) \ -o > < \ - (.p:{TAIL}={EM}/{LIB}pc) \ + (.8:{TAIL}={EM}/{LIB}a68s) \ + (.p.8:{TAIL}={EM}/{LIB}pc) \ (.b:{TAIL}={EM}/{LIB}bc) \ (.ocm:{TAIL}={EM}/{LIB}ocm) \ (.mod:{TAIL}={EM}/{LIB}m2) \ -- 2.34.1