diff options
Diffstat (limited to 'gcc/config/m32r/m32r.h')
| -rw-r--r-- | gcc/config/m32r/m32r.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/config/m32r/m32r.h b/gcc/config/m32r/m32r.h index d2bc85b..beef7c9 100644 --- a/gcc/config/m32r/m32r.h +++ b/gcc/config/m32r/m32r.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler, Renesas M32R cpu. Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005 Free Software Foundation, Inc. + 2005, 2006 Free Software Foundation, Inc. This file is part of GCC. @@ -1372,7 +1372,8 @@ L2: .word STATIC #define DBX_OUTPUT_SOURCE_LINE(file, line, counter) \ do \ { \ - rtx begin_label = XSTR (XEXP (DECL_RTL (current_function_decl), 0), 0);\ + const char * begin_label = \ + XSTR (XEXP (DECL_RTL (current_function_decl), 0), 0); \ char label[64]; \ ASM_GENERATE_INTERNAL_LABEL (label, "LM", counter); \ \ |
