diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/config/i386/winnt-cxx.c | 2 | ||||
-rw-r--r-- | gcc/config/i386/winnt.c | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3576b0f..35ddd14 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2010-05-27 Kai Tietz <kai.tietz@onevision.com> + + PR bootstrap/44299 + * config/i386/winnt.c (IN_GCC_FRONTEND): Undefine. + * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Likewise. + 2010-05-27 Joseph Myers <joseph@codesourcery.com> * diagnostic-core.h: New. Contents moved from diagnostic.h and diff --git a/gcc/config/i386/winnt-cxx.c b/gcc/config/i386/winnt-cxx.c index 48518ad..9b4ae35 100644 --- a/gcc/config/i386/winnt-cxx.c +++ b/gcc/config/i386/winnt-cxx.c @@ -17,7 +17,7 @@ for more details. You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see <http://www.gnu.org/licenses/>. */ - +#undef IN_GCC_FRONTEND #include "config.h" #include "system.h" #include "coretypes.h" diff --git a/gcc/config/i386/winnt.c b/gcc/config/i386/winnt.c index 3750e0c..d2828f0 100644 --- a/gcc/config/i386/winnt.c +++ b/gcc/config/i386/winnt.c @@ -18,7 +18,7 @@ for more details. You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see <http://www.gnu.org/licenses/>. */ - +#undef IN_GCC_FRONTEND #include "config.h" #include "system.h" #include "coretypes.h" |