From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11029 invoked by alias); 23 Nov 2014 19:22:44 -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 11018 invoked by uid 89); 23 Nov 2014 19:22:43 -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,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wg0-f54.google.com Received: from mail-wg0-f54.google.com (HELO mail-wg0-f54.google.com) (74.125.82.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sun, 23 Nov 2014 19:22:42 +0000 Received: by mail-wg0-f54.google.com with SMTP id l2so84416wgh.13 for ; Sun, 23 Nov 2014 11:22:39 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.194.61.168 with SMTP id q8mr20295344wjr.53.1416770559794; Sun, 23 Nov 2014 11:22:39 -0800 (PST) Received: by 10.27.132.70 with HTTP; Sun, 23 Nov 2014 11:22:39 -0800 (PST) In-Reply-To: References: <546B67E3.10105@redhat.com> Date: Sun, 23 Nov 2014 19:22:00 -0000 Message-ID: Subject: Re: [PATCH 00/21] struct symtab split part 2 From: Doug Evans To: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-11/txt/msg00576.txt.bz2 On Thu, Nov 20, 2014 at 7:51 AM, Doug Evans wrote: > 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. Hi. Filing this for reference sake. I also tested this with the following: check-gdb --target_board=cc-with-tweaks CC_WITH_TWEAKS_FLAGS=-z [check-gdb is just a wrapper script I use]