diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2008-07-02 06:38:33 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@gcc.gnu.org> | 2008-07-02 06:38:33 +0000 |
commit | 20384976824e3dd82f2906cc8a72e9649fca8e7a (patch) | |
tree | 0e84caa185ae1dcc94fdb7d0b583d63db8be94d4 | |
parent | 45432cd049c0dbb238c75d34560ea62b83b5ef25 (diff) | |
download | gcc-20384976824e3dd82f2906cc8a72e9649fca8e7a.zip gcc-20384976824e3dd82f2906cc8a72e9649fca8e7a.tar.gz gcc-20384976824e3dd82f2906cc8a72e9649fca8e7a.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/i386/mingw32.h | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 01ed439..4658c49 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/i386/mingw32.h b/gcc/config/i386/mingw32.h index 7628896..f5abe78 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 \ |