From: keie Date: Mon, 29 Apr 1985 11:55:30 +0000 (+0000) Subject: Added a message to the effect that 'local commons' can not be handled. X-Git-Tag: release-5-5~5472 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=eb025dae5c73bb195e115984563c5d80c01e48af;p=ack.git Added a message to the effect that 'local commons' can not be handled. --- diff --git a/util/led/extract.c b/util/led/extract.c index d0b9b7237..4ed5cec55 100644 --- a/util/led/extract.c +++ b/util/led/extract.c @@ -139,8 +139,10 @@ namerelocate(name, sects) if ((type & S_TYP) == S_UND || (type & S_TYP) == S_ABS) return; - if (type & S_COM) + if (type & S_COM) { + if ( ! (type&S_EXT) ) fatal("local commons should be handled by the assembler") ; return; + } sectindex = (type & S_TYP) - S_MIN; if (name->on_valu >= sects[sectindex].os_flen) {