Re: [PATCH] Un-obsolete Interix

2011-07-08 Thread Gerald Pfeifer
Hi Doug, On Wed, 29 Jun 2011, Douglas Rupp wrote: An update to the IA-32/x86-64 section seems the right place. I confess to being ignorant about how to update this html page. Please advise. at http://gcc.gnu.org/cvs.html I tried to summarize things a bit. If you have any questions, don't

Re: [PATCH] Un-obsolete Interix

2011-06-29 Thread Douglas Rupp
An update to the IA-32/x86-64 section seems the right place. I confess to being ignorant about how to update this html page. Please advise. --Doug On 12 Jun 2011, Gerald Pfeifer wrote: And I assume you'll be updating the release notes at http://gcc.gnu.org/gcc-4.7/changes.html . ;-)

[PATCH] Un-obsolete Interix

2011-06-09 Thread Douglas B Rupp
This patch restores interix v3 and above to working condition, combines the multitude of config/*interix*.h files into one file, removes unused bits, and fixes PR 47096. Comments welcome. --Douglas B Rupp 2011-06-09 Douglas B Rupp r...@gnat.com * toplevel/config/mh-interix:

Re: [PATCH] Un-obsolete Interix

2011-06-09 Thread Joseph S. Myers
Why are you adding an include of stdio.h to i386-interix.h? This header (and most common system headers) should generally be included via system.h on the host, or tsystem.h on the target, not directly. -- Joseph S. Myers jos...@codesourcery.com

Re: [PATCH] Un-obsolete Interix

2011-06-09 Thread Douglas B Rupp
Unneeded and removed. Also found some trailing spaces in i386-interix.h, now removed. On 6/9/2011 12:02 PM, Joseph S. Myers wrote: Why are you adding an include ofstdio.h to i386-interix.h? This header (and most common system headers) should generally be included via system.h on the host, or