public inbox for linux-8086@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] elkscmd: ash: fixes for bcc 0.16.15
@ 2004-06-02 13:01 claudio
  2004-06-02 20:35 ` Miguel Bolanos
  0 siblings, 1 reply; 2+ messages in thread
From: claudio @ 2004-06-02 13:01 UTC (permalink / raw)
  To: linux-8086


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 <claudio@conectiva.com>
-	 * 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';

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] elkscmd: ash: fixes for bcc 0.16.15
  2004-06-02 13:01 [PATCH] elkscmd: ash: fixes for bcc 0.16.15 claudio
@ 2004-06-02 20:35 ` Miguel Bolanos
  0 siblings, 0 replies; 2+ messages in thread
From: Miguel Bolanos @ 2004-06-02 20:35 UTC (permalink / raw)
  To: claudio; +Cc: linux-8086

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 <claudio@conectiva.com>
> -	 * 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
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-06-02 20:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-02 13:01 [PATCH] elkscmd: ash: fixes for bcc 0.16.15 claudio
2004-06-02 20:35 ` Miguel Bolanos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox