Commit 20384976 by Danny Smith Committed by Danny Smith

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
parent 45432cd0
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> 2008-07-01 Daniel Jacobowitz <dan@codesourcery.com>
* function.c (assign_parm_remove_parallels): New. * function.c (assign_parm_remove_parallels): New.
......
...@@ -160,9 +160,8 @@ do { \ ...@@ -160,9 +160,8 @@ do { \
#undef TARGET_N_FORMAT_TYPES #undef TARGET_N_FORMAT_TYPES
#define TARGET_N_FORMAT_TYPES 3 #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 #undef TARGET_USE_JCR_SECTION
#define TARGET_USE_JCR_SECTION 1
#undef MINGW_ENABLE_EXECUTE_STACK #undef MINGW_ENABLE_EXECUTE_STACK
#define MINGW_ENABLE_EXECUTE_STACK \ #define MINGW_ENABLE_EXECUTE_STACK \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment