This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: RFA: PR 14072: Include config.h before system header files
- From: fche at redhat dot com (Frank Ch. Eigler)
- To: Nick Clifton <nickc at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Fri, 18 May 2012 07:09:07 -0400
- Subject: Re: RFA: PR 14072: Include config.h before system header files
- References: <87aa15aijn.fsf@Gift.fritz.box>
Nick Clifton <nickc@redhat.com> writes:
> I recently applied a patch to the binutils sources for PR 14072. This
> patch checks that config.h has been included before bfd.h (so that the
> correct #defines are set up), but this has broken the building of
> several simulators. Below is a patch to fix all of these.
>
> OK to apply ?
Looks good to me.
- FChE