diff options
| author | dannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-07-02 06:38:33 +0000 |
|---|---|---|
| committer | dannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-07-02 06:38:33 +0000 |
| commit | 019ee3ed907da207cba1dff22887c4c5821ac6d8 (patch) | |
| tree | 0e84caa185ae1dcc94fdb7d0b583d63db8be94d4 | |
| parent | 95a6e2112b765126057add32d2dce2b460c5973e (diff) | |
| download | ppe42-gcc-019ee3ed907da207cba1dff22887c4c5821ac6d8.tar.gz ppe42-gcc-019ee3ed907da207cba1dff22887c4c5821ac6d8.zip | |
* config/i386/mingw32.h (TARGET_USE_JCR_SECTION): Undef to let
defaults.h definition apply.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@137340 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 01ed439fdcf..4658c491849 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 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 \ |

