From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 74358 invoked by alias); 17 Apr 2018 19:51:30 -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 74341 invoked by uid 89); 17 Apr 2018 19:51:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:234 X-HELO: gateway34.websitewelcome.com Received: from gateway34.websitewelcome.com (HELO gateway34.websitewelcome.com) (192.185.149.13) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 17 Apr 2018 19:51:29 +0000 Received: from cm17.websitewelcome.com (cm17.websitewelcome.com [100.42.49.20]) by gateway34.websitewelcome.com (Postfix) with ESMTP id D76551CC3A0 for ; Tue, 17 Apr 2018 14:51:27 -0500 (CDT) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id 8WdTf8gmly2aL8WdTfVsvg; Tue, 17 Apr 2018 14:51:27 -0500 X-Authority-Reason: nr=8 Received: from 97-122-176-117.hlrn.qwest.net ([97.122.176.117]:37488 helo=bapiya.Home) by box5379.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89_1) (envelope-from ) id 1f8WdT-000KUt-Le for gdb-patches@sourceware.org; Tue, 17 Apr 2018 14:51:27 -0500 From: Tom Tromey To: gdb-patches@sourceware.org Subject: [RFA 0/4] Remove TYPE_TAG_NAME Date: Tue, 17 Apr 2018 19:51:00 -0000 Message-Id: <20180417195125.14200-1-tom@tromey.com> X-BWhitelist: no X-Source-L: No X-Exim-ID: 1f8WdT-000KUt-Le X-Source-Sender: 97-122-176-117.hlrn.qwest.net (bapiya.Home) [97.122.176.117]:37488 X-Source-Auth: tom+tromey.com X-Email-Count: 6 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTM3OS5ibHVlaG9zdC5jb20= X-Local-Domain: yes X-SW-Source: 2018-04/txt/msg00353.txt.bz2 As mentioned on the list, here is the series to remove TYPE_TAG_NAME. I think each patch is relatively self-explanatory, so I won't describe them further here. Regression tested by the buildbot. Tom