From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12833 invoked by alias); 6 Feb 2015 20:20:05 -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 12789 invoked by uid 89); 6 Feb 2015 20:20:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mail-ob0-f172.google.com Received: from mail-ob0-f172.google.com (HELO mail-ob0-f172.google.com) (209.85.214.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 06 Feb 2015 20:20:03 +0000 Received: by mail-ob0-f172.google.com with SMTP id nt9so15543672obb.3 for ; Fri, 06 Feb 2015 12:20:01 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=raI3r1Ayl/Oz2x7UkFPYUWiFkJ8dyayF+IXs9Enn8qs=; b=G4ft2gPtHmpubxVGa5g+fSckHWJj7q8R6x2geork+9t+/rCoUWPjgaOwRILgDmH5nF 8IbZP+iYx0l48ECVta3+wyTHGwtNa5eH3zwgDpXo/Xjocs23wbveDDYDY1qX02RHNgAM qwIjyfgWVBHh0NlkFifOT30snVrskus26py28qoBOaSgrQbssuz/NRXJUX5tArU6vWcw mZxDTCAo1ggCfELdyrJIDjoWXmDT74SZiFADSW5EmbVUwznb7E4S8d5uWHu4ceJohfom 0u60wJIkPj/6Jf9T/hf5CUgAkFB1sEPio66+gfffWmJR9u6V+ek8Bjfv9M7afYdZfjfL 2GkA== X-Gm-Message-State: ALoCoQkPPzoekYhXLOg4RlGy2P1hWoQEUxePOzsxsrL3EeZpLUO6Tu5du0D6KvwMfxoMh8J344/z MIME-Version: 1.0 X-Received: by 10.60.23.99 with SMTP id l3mr3727689oef.66.1423254001818; Fri, 06 Feb 2015 12:20:01 -0800 (PST) Received: by 10.182.222.98 with HTTP; Fri, 6 Feb 2015 12:20:01 -0800 (PST) In-Reply-To: <87fvai7qic.fsf@redhat.com> References: <87fvai7qic.fsf@redhat.com> Date: Fri, 06 Feb 2015 20:20:00 -0000 Message-ID: Subject: Re: [COMMITTED PATCH] Move clear_symtab_users, deduce_language_from_filename decls to better place From: Doug Evans To: Sergio Durigan Junior Cc: gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-02/txt/msg00163.txt.bz2 On Fri, Feb 6, 2015 at 12:07 PM, Sergio Durigan Junior wrote: > > On Friday, February 06 2015, Doug Evans wrote: > > > Hi. > > > > Just some minor cleanup I noticed while hacking on pr 17936. > > > > 2015-02-06 Doug Evans > > > > * symtab.h (clear_symtab_users, deduce_language_from_filename): Move > > * symfile.h (clear_symtab_users, deduce_language_from_filename): ... > > to here. > > Hey Doug, > > Your commit fails to build on Fedora 21: > > > > Cheers, Bleah. Fixed, thanks. Verified builds with --enable-targets=all. 2015-02-06 Doug Evans * remote-m32r-sdi.c: Include symfile.h. diff --git a/gdb/remote-m32r-sdi.c b/gdb/remote-m32r-sdi.c index 6052386..c55b75c 100644 --- a/gdb/remote-m32r-sdi.c +++ b/gdb/remote-m32r-sdi.c @@ -40,7 +40,7 @@ #include #include "gdb_bfd.h" #include "cli/cli-utils.h" - +#include "symfile.h" #include "serial.h" /* Descriptor for I/O to remote machine. */