diff options
Diffstat (limited to 'gcc/config/rs6000/rs6000.h')
| -rw-r--r-- | gcc/config/rs6000/rs6000.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index 9056cd6..3c509c6 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -2426,7 +2426,7 @@ extern int toc_initialized; #define ASM_OUTPUT_DEF_FROM_DECLS(FILE,decl,target) \ do { \ const char * alias = XSTR (XEXP (DECL_RTL (decl), 0), 0); \ - char * name = IDENTIFIER_POINTER (target); \ + const char * name = IDENTIFIER_POINTER (target); \ if (TREE_CODE (decl) == FUNCTION_DECL \ && DEFAULT_ABI == ABI_AIX) \ { \ |
