* config/rs6000/rs6000.h (ASM_OUTPUT_DEF_FROM_DELC):
Constify NAME.
From-SVN: r50102
2002-02-27 Graham Stott <grahams@redhat.com>
+ * config/rs6000/rs6000.h (ASM_OUTPUT_DEF_FROM_DELC):
+ Constify NAME.
+
* loop.c (prescan_loop): Handle PARALLEL.
* unroll.c (loop_iterations): Return 0 if the add_val for
#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) \
{ \