diff options
Diffstat (limited to 'gcc/config/rs6000/sysv4.h')
-rw-r--r-- | gcc/config/rs6000/sysv4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/sysv4.h b/gcc/config/rs6000/sysv4.h index 1b2051d82c4..38fcb83458b 100644 --- a/gcc/config/rs6000/sysv4.h +++ b/gcc/config/rs6000/sysv4.h @@ -630,7 +630,7 @@ extern int rs6000_pic_labelno; #undef ASM_DECLARE_FUNCTION_NAME #define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \ do { \ - const char *init_ptr = (TARGET_64BIT) ? ".quad" : ".long"; \ + const char *const init_ptr = (TARGET_64BIT) ? ".quad" : ".long"; \ \ if (TARGET_RELOCATABLE && (get_pool_size () != 0 || profile_flag) \ && uses_TOC()) \ |