From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miguel Bolanos Subject: Re: [PATCH] elkscmd: ash: fixes for bcc 0.16.15 Date: Wed, 02 Jun 2004 14:35:08 -0600 Sender: linux-8086-owner@vger.kernel.org Message-ID: <1086208508.3063.8.camel@talena.hsol.net> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Id: Content-Type: text/plain; charset="us-ascii" To: claudio@conectiva.com Cc: linux-8086@vger.kernel.org Applied thanks. Mike On Wed, 2004-06-02 at 07:01, claudio@conectiva.com wrote: > The latest bcc compiles this code correctly. > > > diff -rud elkscmd.orig/ash/expand.c elkscmd/ash/expand.c > --- elkscmd.orig/ash/expand.c 2004-05-27 23:41:26.000000000 -0300 > +++ elkscmd/ash/expand.c 2004-06-02 09:37:47.000000000 -0300 > @@ -489,19 +489,12 @@ > while (*p) > STPUTC(*p++, expdest); > break; > -#if 0 > - /* > - * 19980209 Claudio Matsuoka > - * FIXME: Commented out due to problems with bcc (illegal > - * indirect to indirect: mov byte ptr -1[si],#_optchar[bx]). > - */ > case '-': > for (i = 0 ; optchar[i] ; i++) { > if (optval[i]) > STPUTC(optchar[i], expdest); > } > break; > -#endif > case '@': > if (allow_split) { > sep = '\0'; > - > To unsubscribe from this list: send the line "unsubscribe linux-8086" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >