mips.c (override_options): Don't turn on extra alignment for mips16.
authorClinton Popetz <cpopetz@cygnus.com>
Fri, 14 Jan 2000 21:38:23 +0000 (21:38 +0000)
committerClinton Popetz <cpopetz@gcc.gnu.org>
Fri, 14 Jan 2000 21:38:23 +0000 (16:38 -0500)
* config/mips/mips.c (override_options): Don't turn on extra
alignment for mips16.

From-SVN: r31423

gcc/ChangeLog
gcc/config/mips/mips.c

index 76fdf3f1dea4a6c76dccb12331d83bc5945401da..fae6e7b0c9f7c953365db675f2babfa702c2ea5f 100644 (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 
index 43601a7d782dde65273f13c532a8f74ee445944f..c66c13e81eed6356dea372dd40f89aad67bb0131 100644 (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;