From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21256 invoked by alias); 18 Nov 2014 09:06:37 -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 21244 invoked by uid 89); 18 Nov 2014 09:06:36 -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-f178.google.com Received: from mail-yk0-f178.google.com (HELO mail-yk0-f178.google.com) (209.85.160.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 18 Nov 2014 09:06:35 +0000 Received: by mail-yk0-f178.google.com with SMTP id 20so3728438yks.37 for ; Tue, 18 Nov 2014 01:06:33 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.170.112.141 with SMTP id e135mr28592830ykb.5.1416301593336; Tue, 18 Nov 2014 01:06:33 -0800 (PST) Received: by 10.170.81.68 with HTTP; Tue, 18 Nov 2014 01:06:33 -0800 (PST) In-Reply-To: References: Date: Tue, 18 Nov 2014 09:06: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/msg00413.txt.bz2 On Sat, Nov 15, 2014 at 9:34 PM, Doug Evans wrote: > 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. I've finished xcoff testing via the gcc compile farm. No regressions so far. My plan is to commit this by Thursday of this week (barring anything that comes up).