From 7cbb1b721e650036a49dc0013397fee34af12800 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Wed, 26 Jun 2019 13:46:01 +0000 Subject: [PATCH] * config/rs6000/rs6000-logue.c: Add #ifndef TARGET_PROFILE_KERNEL. From-SVN: r272694 --- gcc/ChangeLog | 4 ++++ gcc/config/rs6000/rs6000-logue.c | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d238889a70c..c039e62ccef 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2019-06-26 David Edelsohn + + * config/rs6000/rs6000-logue.c: Add #ifndef TARGET_PROFILE_KERNEL. + 2019-06-26 David Edelsohn * config.gcc (powerpc-ibm-aix*): Define target_gtfiles. diff --git a/gcc/config/rs6000/rs6000-logue.c b/gcc/config/rs6000/rs6000-logue.c index adc137bdc6c..607d1ef23aa 100644 --- a/gcc/config/rs6000/rs6000-logue.c +++ b/gcc/config/rs6000/rs6000-logue.c @@ -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. */ -- 2.30.2