Commit 87bb6e4b by Mark Mitchell Committed by Mark Mitchell

iris6.h (SUBTARGET_ASM_OPTIMIZING_SPEC): Define to -O0.

	* config/mips/iris6.h (SUBTARGET_ASM_OPTIMIZING_SPEC): Define to
	-O0.

From-SVN: r30143
parent bcc58682
Sun Oct 24 11:35:30 1999 Mark P. Mitchell <mark@codesourcery.com>
* config/mips/iris6.h (SUBTARGET_ASM_OPTIMIZING_SPEC): Define to
-O0.
Sat Oct 23 21:13:00 1999 Mark Mitchell <mark@codesourcery.com>
* integrate.c (integrate_decl_tree): Tweak setting of DECL_CONTEXT
......
......@@ -236,6 +236,11 @@ Boston, MA 02111-1307, USA. */
#undef SUBTARGET_ASM_DEBUGGING_SPEC
#define SUBTARGET_ASM_DEBUGGING_SPEC "-g0"
/* The MIPS assembler occasionally misoptimizes. Since GCC should be
doing scheduling anyhow, just turn off optimization in the assembler. */
#undef SUBTARGET_ASM_OPTIMIZING_SPEC
#define SUBTARGET_ASM_OPTIMIZING_SPEC "-O0"
/* Stuff for constructors. Start here. */
/* The assembler now accepts .section pseudo-ops, but it does not allow
......
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