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:
parent
7d10488522
commit
72b05af1e5
@ -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
|
||||
|
@ -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) \
|
||||
{ \
|
||||
|
Loading…
Reference in New Issue
Block a user