From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 83613 invoked by alias); 29 May 2016 08:01:21 -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 83600 invoked by uid 89); 29 May 2016 08:01:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:797, kim X-HELO: lgeamrelo13.lge.com Received: from LGEAMRELO13.lge.com (HELO lgeamrelo13.lge.com) (156.147.23.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 29 May 2016 08:01:09 +0000 Received: from unknown (HELO lgeamrelo02.lge.com) (156.147.1.126) by 156.147.23.53 with ESMTP; 29 May 2016 17:01:07 +0900 X-Original-SENDERIP: 156.147.1.126 X-Original-MAILFROM: hong.gyu.kim@lge.com Received: from unknown (HELO kvt) (10.177.222.39) by 156.147.1.126 with ESMTP; 29 May 2016 17:01:07 +0900 X-Original-SENDERIP: 10.177.222.39 X-Original-MAILFROM: hong.gyu.kim@lge.com Date: Sun, 29 May 2016 08:01:00 -0000 From: Honggyu Kim To: Andreas Schwab Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] BFD: Fix unmatched #ifndef and #endif Message-ID: <20160529080220.GA11688@kvt> References: <1464485353-13418-1-git-send-email-hong.gyu.kim@lge.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2016-05/txt/msg00517.txt.bz2 On Sun, May 29, 2016 at 09:29:22AM +0200, Andreas Schwab wrote: > Honggyu Kim writes: > > > bfd/bfd-in.h has '#ifndef __BFD_H_SEEN__' statement at the beginning of > > the header file but do not have '#endif' at the end. > > It is closed in bfd-in2.h, which is generated from bfd-in.h. > > Andreas. > Yes, you're right. I didn't know that bfd-in.h just generates bfd-in2.h. But I had a compilation problem so somehow thought that bfd-in.h could be a problem. I posted the issue on the link below: https://sourceware.org/bugzilla/show_bug.cgi?id=20106 Do you mind if I ask you to check the issue? I think that gdb has to be normally compiled in any other build environment. Please correct me if I'm wrong. Thanks, Honggyu