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: RFA: Fix build regression on 32-bit hosts [Re: [RFA][PATCH v5 2/2] S/390: Add TDB regset]


> 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.


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