mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
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:
committed by
Jakub Jelinek
parent
ba39351eb3
commit
ff3867ae77
@@ -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
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user