Commit ca734b39 by Alan Modra Committed by Alan Modra

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
parent 49b72306
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)); \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment