From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10114 invoked by alias); 16 Nov 2014 05:34:28 -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 10090 invoked by uid 89); 16 Nov 2014 05:34:25 -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-yk0-f174.google.com Received: from mail-yk0-f174.google.com (HELO mail-yk0-f174.google.com) (209.85.160.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sun, 16 Nov 2014 05:34:22 +0000 Received: by mail-yk0-f174.google.com with SMTP id 10so345403ykt.19 for ; Sat, 15 Nov 2014 21:34:18 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.236.230.9 with SMTP id i9mr417371yhq.68.1416116058544; Sat, 15 Nov 2014 21:34:18 -0800 (PST) Received: by 10.170.81.68 with HTTP; Sat, 15 Nov 2014 21:34:18 -0800 (PST) In-Reply-To: References: Date: Sun, 16 Nov 2014 05:34: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/msg00374.txt.bz2 On Thu, Nov 13, 2014 at 4:48 AM, Doug Evans wrote: > Hi. > > This is part 2 of a patch set to split up struct symtab. > Part 1 was here: https://sourceware.org/ml/gdb-patches/2014-11/msg00193.html > > [...] > > Regression tested on amd64-linux with dwarf and with/without gdb_index, > and also with stabs. And also x86_64-w64-mingw32 as a cross-debugger. > And built with --enable-targets=all. > It needs testing on other file formats as well, can anyone do xcoff? > > A tree with all patches is available here: > git@github.com:xdje42/gdb.git, branch "symtabs" I've finished regression testing with my m32r-coff port. [The port isn't complete enough to do exhaustive testing, but it does cover a lot.] IWBN to test with xcoff. Hopefully my application for gcc compiler farm access will be granted soon. Anyone have an aix machine I can borrow?