From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9395 invoked by alias); 16 Jul 2014 05:19:48 -0000 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 Received: (qmail 9371 invoked by uid 89); 16 Jul 2014 05:19:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,FROM_12LTRDOM autolearn=no version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 16 Jul 2014 05:19:46 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1X7Hd0-0004Sw-MD from Yao_Qi@mentor.com for gdb-patches@sourceware.org; Tue, 15 Jul 2014 22:19:42 -0700 Received: from SVR-ORW-FEM-03.mgc.mentorg.com ([147.34.97.39]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 15 Jul 2014 22:19:42 -0700 Received: from qiyao.dyndns.org.com (147.34.91.1) by svr-orw-fem-03.mgc.mentorg.com (147.34.97.39) with Microsoft SMTP Server id 14.2.247.3; Tue, 15 Jul 2014 22:19:41 -0700 From: Yao Qi To: Subject: [PATCH 0/4] Remove operators for language chill Date: Wed, 16 Jul 2014 05:19:00 -0000 Message-ID: <1405487742-32613-1-git-send-email-yao@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2014-07/txt/msg00410.txt.bz2 When doing something else, I find some operators added for language chill are still there. However, chill was removed several years ago. I don't see any reason we still keep them, so this patch series is to remove them. Rebuild GDB for native mingw32 and regression tested on x86-64_linux. *** BLURB HERE *** Yao Qi (4): Remove operator BINOP_IN Remove operator BINOP_RANGE Update comments to TERNOP_SLICE Remove Chill from comments gdb/breakpoint.c | 2 -- gdb/eval.c | 68 +++++++--------------------------------------------- gdb/expprint.c | 2 -- gdb/gdbtypes.h | 7 +++--- gdb/std-operator.def | 11 ++------- gdb/symtab.h | 2 +- 6 files changed, 15 insertions(+), 77 deletions(-) -- 1.9.0