RFA: Fix build regression on 32-bit hosts [Re: [RFA][PATCH v5 2/2] S/390: Add TDB regset]

Eli Zaretskii eliz@gnu.org
Mon Sep 16 13:53:00 GMT 2013


> Date: Mon, 16 Sep 2013 05:23:45 -0700
> From: Joel Brobecker <brobecker@adacore.com>
> Cc: 'Ulrich Weigand' <uweigand@de.ibm.com>, gdb-patches@sourceware.org
> 
> > PS:I think that system includes should be banned
> > in all files that are used for cross-debugging.
> 
> This is already the main idea, except that we cannot banish
> all system includes. For instance, includes that are part of
> the C standard are OK (ctype.h, stdint.h, stdarg.h, etc) are
> fine.

Except that, if we want to be sure extensions in those headers don't
pollute the binaries, we should try using __STRICT_ANSI__ or some
such.



More information about the Gdb-patches mailing list