From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3688 invoked by alias); 8 Aug 2012 13:16:06 -0000 Received: (qmail 3643 invoked by uid 22791); 8 Aug 2012 13:16:03 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 08 Aug 2012 13:15:45 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id D001A1C740E; Wed, 8 Aug 2012 09:15:44 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 4pC-ZLBNZhDM; Wed, 8 Aug 2012 09:15:44 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 8820D1C7340; Wed, 8 Aug 2012 09:15:44 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id B0B4814561A; Wed, 8 Aug 2012 09:15:36 -0400 (EDT) Date: Wed, 08 Aug 2012 13:16:00 -0000 From: Joel Brobecker To: Yao Qi Cc: gdb@sourceware.org Subject: Re: Remove OP_LABELED TERNOP_SLICE_COUNT and OP_BITSTRING? Message-ID: <20120808131536.GA20762@adacore.com> References: <1676553.sdpRML5ybE@qiyao.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1676553.sdpRML5ybE@qiyao.dyndns.org> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2012-08/txt/msg00020.txt.bz2 > I happen to find these three operators (OP_LABELED TERNOP_SLICE_COUNT and > OP_BITSTRING) are no longer used in GDB. These three operators were > introduced for chill language, but when chill language was removed I think we should remove them. No point in keeping them around if we do not think we will be using them in the near future. -- Joel