From: dje Date: Wed, 26 Jun 2019 13:46:01 +0000 (+0000) Subject: * config/rs6000/rs6000-logue.c: Add #ifndef TARGET_PROFILE_KERNEL. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=869da9c7252ea82ea5d2f12806447e1c70796c74;p=thirdparty%2Fgcc.git * config/rs6000/rs6000-logue.c: Add #ifndef TARGET_PROFILE_KERNEL. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@272694 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d238889a70c7..c039e62ccef8 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 adc137bdc6ce..607d1ef23aa7 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. */