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
This commit is contained in:
Jakub Jelinek 2003-04-15 11:56:52 +02:00 committed by Jakub Jelinek
parent ba39351eb3
commit ff3867ae77
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
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

View File

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