Commit ea64cab4 by Clinton Popetz Committed by Clinton Popetz

mips.c (override_options): Don't turn on extra alignment for mips16.

	* config/mips/mips.c (override_options): Don't turn on extra
	alignment for mips16.

From-SVN: r31423
parent f5c8ac96
2000-01-14 Clinton Popetz <cpopetz@cygnus.com> 2000-01-14 Clinton Popetz <cpopetz@cygnus.com>
* config/mips/mips.c (override_options): Don't turn on extra
alignment for mips16.
2000-01-14 Clinton Popetz <cpopetz@cygnus.com>
* config/mips/mips.c (mips_va_arg): Fix fprv for the 32 bit * config/mips/mips.c (mips_va_arg): Fix fprv for the 32 bit
eabi, and make sure queued POSTINCREMENT rtl is emitted at eabi, and make sure queued POSTINCREMENT rtl is emitted at
the right point. the right point.
......
...@@ -4777,7 +4777,7 @@ override_options () ...@@ -4777,7 +4777,7 @@ override_options ()
gpr_mode = TARGET_64BIT ? DImode : SImode; gpr_mode = TARGET_64BIT ? DImode : SImode;
/* Provide default values for align_* for 64-bit targets. */ /* Provide default values for align_* for 64-bit targets. */
if (TARGET_64BIT) if (TARGET_64BIT && !TARGET_MIPS16)
{ {
if (align_loops == 0) if (align_loops == 0)
align_loops = 8; align_loops = 8;
......
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