]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/xtensa/xtensa.c
dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg.
[thirdparty/gcc.git] / gcc / config / xtensa / xtensa.c
index dba8c41345ea725a5df6940fc6dcbdd39a19bc4c..38dc7d5b933301be23997c9ca498c151d9592798 100644 (file)
@@ -1087,7 +1087,7 @@ fixup_subreg_mem (rtx x)
        gen_rtx_SUBREG (GET_MODE (x),
                        reg_equiv_mem (REGNO (SUBREG_REG (x))),
                        SUBREG_BYTE (x));
-      x = alter_subreg (&temp);
+      x = alter_subreg (&temp, true);
     }
   return x;
 }