mingw32.h (TARGET_USE_JCR_SECTION): Undef to let defaults.h definition apply.
authorDanny Smith <dannysmith@users.sourceforge.net>
Wed, 2 Jul 2008 06:38:33 +0000 (06:38 +0000)
committerDanny Smith <dannysmith@gcc.gnu.org>
Wed, 2 Jul 2008 06:38:33 +0000 (06:38 +0000)
* config/i386/mingw32.h (TARGET_USE_JCR_SECTION): Undef to let
defaults.h definition apply.

From-SVN: r137340

gcc/ChangeLog
gcc/config/i386/mingw32.h

index 01ed439fdcf45801c1b2f84f63d93aa3e626c844..4658c49184939f3c9aaf4652bed240c88d154a5a 100644 (file)
@@ -1,3 +1,8 @@
+2008-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * config/i386/mingw32.h (TARGET_USE_JCR_SECTION): Undef to let
+       defaults.h definition apply.
+
 2008-07-01  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * function.c (assign_parm_remove_parallels): New.
index 7628896bc6a443df688bf35cb582c9e070b89926..f5abe789977c027b130685b67ffc8f0e435cab2c 100644 (file)
@@ -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     \