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
This commit is contained in:
Clinton Popetz
2000-01-14 21:38:23 +00:00
committed by Clinton Popetz
parent f5c8ac96dc
commit ea64cab431
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
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
+1 -1
View File
@@ -4777,7 +4777,7 @@ override_options ()
gpr_mode = TARGET_64BIT ? DImode : SImode;
/* Provide default values for align_* for 64-bit targets. */
if (TARGET_64BIT)
if (TARGET_64BIT && !TARGET_MIPS16)
{
if (align_loops == 0)
align_loops = 8;