From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29689 invoked by alias); 22 Mar 2014 04:44:13 -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 29673 invoked by uid 89); 22 Mar 2014 04:44:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 22 Mar 2014 04:44:11 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s2M4iAVN004339 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 22 Mar 2014 00:44:10 -0400 Received: from psique.redhat.com (ovpn-113-73.phx2.redhat.com [10.3.113.73]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s2M4i8XB001988; Sat, 22 Mar 2014 00:44:09 -0400 From: Sergio Durigan Junior To: GDB Patches Cc: Tom Tromey , Sergio Durigan Junior Subject: [PATCH v4 00/10] Remove `expout*' globals from parser-defs.h Date: Sat, 22 Mar 2014 04:44:00 -0000 Message-Id: <1395463432-29750-1-git-send-email-sergiodj@redhat.com> X-IsSubscribed: yes X-SW-Source: 2014-03/txt/msg00546.txt.bz2 Hi, This is the fourth attempt to push this patch. It is mostly a ping, because the patch hasn't changed (other than being rebased). A few patches have already been approved (Go, Ada and Modula-2 languages). It is worth noting a conversation I had with Tom a few weeks ago. He asked me whether I intended to continue the efforts to get rid of the other parser globals. I do, but in my previous attempts this proved to be a very hard task, so I am not tackling this right now because I have other priorities. Now that I think of it, this could have been transformed into one of the GSoC tasks... Oh, well.