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:
Alan Modra 2002-03-02 00:11:11 +00:00 committed by Alan Modra
parent 49b723064f
commit ca734b39f3
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

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