From 20384976824e3dd82f2906cc8a72e9649fca8e7a Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Wed, 2 Jul 2008 06:38:33 +0000 Subject: [PATCH] mingw32.h (TARGET_USE_JCR_SECTION): Undef to let defaults.h definition apply. * config/i386/mingw32.h (TARGET_USE_JCR_SECTION): Undef to let defaults.h definition apply. From-SVN: r137340 --- gcc/ChangeLog | 5 +++++ gcc/config/i386/mingw32.h | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 01ed439fdcf..4658c491849 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2008-07-02 Danny Smith + + * config/i386/mingw32.h (TARGET_USE_JCR_SECTION): Undef to let + defaults.h definition apply. + 2008-07-01 Daniel Jacobowitz * function.c (assign_parm_remove_parallels): New. diff --git a/gcc/config/i386/mingw32.h b/gcc/config/i386/mingw32.h index 7628896bc6a..f5abe789977 100644 --- a/gcc/config/i386/mingw32.h +++ b/gcc/config/i386/mingw32.h @@ -160,9 +160,8 @@ do { \ #undef TARGET_N_FORMAT_TYPES #define TARGET_N_FORMAT_TYPES 3 -/* JCR_SECTION works on mingw32. */ +/* Let defaults.h definition of TARGET_USE_JCR_SECTION apply. */ #undef TARGET_USE_JCR_SECTION -#define TARGET_USE_JCR_SECTION 1 #undef MINGW_ENABLE_EXECUTE_STACK #define MINGW_ENABLE_EXECUTE_STACK \ -- 2.30.2