rs6000.h (ASM_OUTPUT_DEF_FROM_DELC): Constify NAME.

* config/rs6000/rs6000.h (ASM_OUTPUT_DEF_FROM_DELC):
        Constify NAME.

From-SVN: r50102
This commit is contained in:
Graham Stott 2002-02-27 15:08:07 +00:00 committed by Graham Stott
parent 7d10488522
commit 72b05af1e5
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
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

View File

@ -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) \
{ \