* config/rs6000/rs6000-logue.c: Add #ifndef TARGET_PROFILE_KERNEL.

From-SVN: r272694
This commit is contained in:
David Edelsohn 2019-06-26 13:46:01 +00:00 committed by David Edelsohn
parent 8f40e1b249
commit 7cbb1b721e
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2019-06-26 David Edelsohn <dje.gcc@gmail.com>
* config/rs6000/rs6000-logue.c: Add #ifndef TARGET_PROFILE_KERNEL.
2019-06-26 David Edelsohn <dje.gcc@gmail.com>
* config.gcc (powerpc-ibm-aix*): Define target_gtfiles.

View File

@ -61,6 +61,11 @@ static rs6000_stack_t stack_info;
int rs6000_pic_labelno = 0;
#ifndef TARGET_PROFILE_KERNEL
#define TARGET_PROFILE_KERNEL 0
#endif
/* Function to init struct machine_function.
This will be called, via a pointer variable,
from push_function_context. */