From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6313 invoked by alias); 10 Aug 2012 09:13:06 -0000 Received: (qmail 6303 invoked by uid 22791); 10 Aug 2012 09:13:05 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,FROM_12LTRDOM,KHOP_RCVD_UNTRUST,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 10 Aug 2012 09:12:51 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1SzlH1-0007eV-2j from Yao_Qi@mentor.com for gdb-patches@sourceware.org; Fri, 10 Aug 2012 02:12:51 -0700 Received: from SVR-ORW-FEM-05.mgc.mentorg.com ([147.34.97.43]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Fri, 10 Aug 2012 02:12:50 -0700 Received: from qiyao.dyndns.org.dyndns.org (147.34.91.1) by svr-orw-fem-05.mgc.mentorg.com (147.34.97.43) with Microsoft SMTP Server id 14.1.289.1; Fri, 10 Aug 2012 02:12:49 -0700 From: Yao Qi To: Subject: [RFC 0/3] Remove unused operators OP_BITSTRING TERNOP_SLICE_COUNT and TYPE_CODE_BITSTRING Date: Fri, 10 Aug 2012 09:13:00 -0000 Message-ID: <1344589936-2006-1-git-send-email-yao@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-08/txt/msg00307.txt.bz2 Hi, This patch set is a follow-up to my prosal here, Remove OP_LABELED TERNOP_SLICE_COUNT and OP_BITSTRING? http://sourceware.org/ml/gdb/2012-08/msg00018.html However, OP_LABELED is not removed in this patch set, because it is not obviously correct to do so, and more thoughts are needed. Removal of TYPE_CODE_BITSTRING is added in this set. I don't put much words in each patch, because each of them just simply removes unused bits. Regression tested on x86_64-unknow-linux.