This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] BFD: Fix unmatched #ifndef and #endif


On Sun, May 29, 2016 at 09:29:22AM +0200, Andreas Schwab wrote:
> Honggyu Kim <hong.gyu.kim@lge.com> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]