From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3256 invoked by alias); 8 Apr 2013 21:48:38 -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 3246 invoked by uid 89); 8 Apr 2013 21:48:37 -0000 X-Spam-SWARE-Status: No, score=-4.0 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL autolearn=ham version=3.3.1 Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 08 Apr 2013 21:48:36 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1UPJvX-00017g-7c from Sandra_Loosemore@mentor.com ; Mon, 08 Apr 2013 14:48:35 -0700 Received: from SVR-ORW-FEM-03.mgc.mentorg.com ([147.34.97.39]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 8 Apr 2013 14:48:35 -0700 Received: from [IPv6:::1] (147.34.91.1) by svr-orw-fem-03.mgc.mentorg.com (147.34.97.39) with Microsoft SMTP Server id 14.1.289.1; Mon, 8 Apr 2013 14:48:34 -0700 Message-ID: <51633B20.206@codesourcery.com> Date: Tue, 09 Apr 2013 12:19:00 -0000 From: Sandra Loosemore User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: Tom Tromey CC: Subject: Re: [0/10] RFC: remove obj_section field References: <87txp98l6a.fsf@fleche.redhat.com> <878v4su7rc.fsf@fleche.redhat.com> In-Reply-To: <878v4su7rc.fsf@fleche.redhat.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2013-04/txt/msg00208.txt.bz2 On 04/08/2013 01:44 PM, Tom Tromey wrote: >>>>>> "Tom" == Tom Tromey writes: > > Tom> This series removes general_symbol_info::obj_section. > > I'm going to check this in now. > > Please let me know if it causes problems. > I'll debug them as soon as I'm able. > > This may conceivably cause build failures on some hosts. > I am happy to write patches for this as well, just send the errors in > email. I'm seeing a build error: .../gdb/symmisc.c: In function 'dump_msymbols': .../gdb/symmisc.c:271:10: error: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Werror=format] -Sandra