]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
sh.h (OVERRIDE_OPTIONS): Unset flag_dwarf2_cfi_asm for SHmedia.
authorKaz Kojima <kkojima@gcc.gnu.org>
Sun, 28 Sep 2008 22:57:53 +0000 (22:57 +0000)
committerKaz Kojima <kkojima@gcc.gnu.org>
Sun, 28 Sep 2008 22:57:53 +0000 (22:57 +0000)
* config/sh/sh.h (OVERRIDE_OPTIONS): Unset flag_dwarf2_cfi_asm
for SHmedia.

From-SVN: r140739

gcc/ChangeLog
gcc/config/sh/sh.h

index e3b90463f12ff77ce605e9754faf7dd6acb165fd..bf55bdb375346dcf978ffc701d3dce8911323a22 100644 (file)
@@ -1,3 +1,8 @@
+2008-09-28  Kaz Kojima  <kkojima@gcc.gnu.org>
+
+       * config/sh/sh.h (OVERRIDE_OPTIONS): Unset flag_dwarf2_cfi_asm
+       for SHmedia.
+
 2008-09-28  Andrew Pinski  <andrew_pinski@playstation.sony.com>
             Kaushal Kantawala  <kaushal_kantawala@playstation.sony.com>
 
index d5ea6128876a92b6f2dfb2846c88af0c1772d2e4..55238aff1d38dd0fcf43056e132087ccf03fca06 100644 (file)
@@ -624,6 +624,8 @@ do {                                                                        \
                sh_div_strategy = SH_DIV_INV;                           \
            }                                                           \
          TARGET_CBRANCHDI4 = 0;                                        \
+         /* Assembler CFI isn't yet fully supported for SHmedia.  */   \
+         flag_dwarf2_cfi_asm = 0;                                      \
        }                                                               \
     }                                                                  \
   else                                                                 \