rs6000.h (ASM_WEAKEN_DECL): AIX assembler doesn't like more than one symbol per .weak directive.
* config/rs6000/rs6000.h (ASM_WEAKEN_DECL): AIX assembler doesn't like more than one symbol per .weak directive. From-SVN: r50217
This commit is contained in:
parent
49b723064f
commit
ca734b39f3
@ -1,3 +1,8 @@
|
||||
2002-03-02 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* config/rs6000/rs6000.h (ASM_WEAKEN_DECL): AIX assembler doesn't
|
||||
like more than one symbol per .weak directive.
|
||||
|
||||
2002-03-01 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* config/ia64/ia64.c (ia64_initial_elimination_offset): Do not
|
||||
|
@ -2429,7 +2429,7 @@ extern int toc_initialized;
|
||||
if ((DECL) && TREE_CODE (DECL) == FUNCTION_DECL \
|
||||
&& DEFAULT_ABI == ABI_AIX) \
|
||||
{ \
|
||||
fputs (",.", (FILE)); \
|
||||
fputs ("\n\t.weak\t.", (FILE)); \
|
||||
assemble_name ((FILE), (NAME)); \
|
||||
} \
|
||||
fputc ('\n', (FILE)); \
|
||||
|
Loading…
x
Reference in New Issue
Block a user