From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32753 invoked by alias); 20 Nov 2014 15:51:32 -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 32741 invoked by uid 89); 20 Nov 2014 15:51:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yh0-f42.google.com Received: from mail-yh0-f42.google.com (HELO mail-yh0-f42.google.com) (209.85.213.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 20 Nov 2014 15:51:30 +0000 Received: by mail-yh0-f42.google.com with SMTP id v1so1459984yhn.29 for ; Thu, 20 Nov 2014 07:51:28 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.236.43.194 with SMTP id l42mr20147539yhb.9.1416498688332; Thu, 20 Nov 2014 07:51:28 -0800 (PST) Received: by 10.170.81.68 with HTTP; Thu, 20 Nov 2014 07:51:28 -0800 (PST) In-Reply-To: <546B67E3.10105@redhat.com> References: <546B67E3.10105@redhat.com> Date: Thu, 20 Nov 2014 15:51:00 -0000 Message-ID: Subject: Re: [PATCH 00/21] struct symtab split part 2 From: Doug Evans To: Pedro Alves , Simon Marchi Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-11/txt/msg00475.txt.bz2 On Tue, Nov 18, 2014 at 7:38 AM, Pedro Alves wrote: > On 11/18/2014 09:06 AM, Doug Evans wrote: > >> My plan is to commit this by Thursday of this week (barring anything >> that comes up). > > FWIW, I read (or rather, skimmed) the series, and it looked good to me. > > Nice work. I have pushed part 2, with the addition of the ASCII art diagram to symtab.h. Thanks all.