From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8657 invoked by alias); 11 Feb 2015 00:36:31 -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 8638 invoked by uid 89); 11 Feb 2015 00:36:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_20,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-pd0-f179.google.com Received: from mail-pd0-f179.google.com (HELO mail-pd0-f179.google.com) (209.85.192.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 11 Feb 2015 00:36:30 +0000 Received: by pdev10 with SMTP id v10so430191pde.10; Tue, 10 Feb 2015 16:36:28 -0800 (PST) X-Received: by 10.66.140.39 with SMTP id rd7mr9615008pab.25.1423614988613; Tue, 10 Feb 2015 16:36:28 -0800 (PST) Received: from bubble.grove.modra.org (CPE-58-160-155-134.oycza5.sa.bigpond.net.au. [58.160.155.134]) by mx.google.com with ESMTPSA id bx13sm20544119pdb.19.2015.02.10.16.36.27 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 Feb 2015 16:36:27 -0800 (PST) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id C94ADEAE5B0; Wed, 11 Feb 2015 11:06:19 +1030 (ACDT) Date: Wed, 11 Feb 2015 00:36:00 -0000 From: Alan Modra To: Pedro Alves Cc: Andrew Pinski , "gdb-patches@sourceware.org" , Binutils Development Subject: Re: [PATCH v2] Wrap BFD headers in extern "C" Message-ID: <20150211003615.GI4274@bubble.grove.modra.org> Mail-Followup-To: Pedro Alves , Andrew Pinski , "gdb-patches@sourceware.org" , Binutils Development References: <1423524046-20605-1-git-send-email-palves@redhat.com> <1423524046-20605-9-git-send-email-palves@redhat.com> <54D9F3EF.5070204@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54D9F3EF.5070204@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-02/txt/msg00284.txt.bz2 On Tue, Feb 10, 2015 at 12:05:03PM +0000, Pedro Alves wrote: > bfd/doc/ChangeLog: > 2015-02-10 Pedro Alves > > * Makefile.am (libbfd.h, libcoff.h): Close extern "C" scope. > * Makefile.in: Regenerate. > > bfd/ChangeLog: > 2015-02-10 Pedro Alves > > * libbfd-in.h [__cplusplus]: Open extern "C" scope. > * libcoff-in.h [__cplusplus]: Open extern "C" scope. > * libbfd.h: Regenerate. > * libcoff.h: Regenerate. > > * elf-bfd.h [__cplusplus]: Wrap in extern "C". > * mach-o.h [__cplusplus]: Wrap in extern "C". > * som.h [__cplusplus]: Wrap in extern "C". Looks fine to me. -- Alan Modra Australia Development Lab, IBM