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 e3b9046..bf55bdb 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 d5ea612..55238af 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                                                                 \