]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/rs6000/rs6000-logue.c: Add #ifndef TARGET_PROFILE_KERNEL.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Jun 2019 13:46:01 +0000 (13:46 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Jun 2019 13:46:01 +0000 (13:46 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@272694 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/rs6000/rs6000-logue.c

index d238889a70c79ccafa75801194c218551487e763..c039e62ccef89c44f9c6c6ae9e16b49a043d048e 100644 (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.
index adc137bdc6ce83b08e1afceb45e5b6832e1d3105..607d1ef23aa7c8068c9e44842a2d164a5f1e21b6 100644 (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.  */