Commit ff3867ae by Jakub Jelinek Committed by Jakub Jelinek

rs6000.h (EPILOGUE_USES): Use register 2...

	* config/rs6000/rs6000.h (EPILOGUE_USES): Use register 2,
	instead of TOC_REGISTER in epilogue in
	current_function_calls_eh_return functions.

From-SVN: r65629
parent ba39351e
2003-04-15 Jakub Jelinek <jakub@redhat.com>
* config/rs6000/rs6000.h (EPILOGUE_USES): Use register 2,
instead of TOC_REGISTER in epilogue in
current_function_calls_eh_return functions.
2003-04-14 Mark Mitchell <mark@codesourcery.com>
* doc/extend.texi (Empty Structures): Correct description of G++'s
......
......@@ -1864,7 +1864,7 @@ typedef struct rs6000_args
|| (TARGET_ALTIVEC && (REGNO) == VRSAVE_REGNO) \
|| (current_function_calls_eh_return \
&& TARGET_AIX \
&& (REGNO) == TOC_REGISTER))
&& (REGNO) == 2))
/* TRAMPOLINE_TEMPLATE deleted */
......
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