Commit 7cbb1b72 by David Edelsohn Committed by David Edelsohn

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

From-SVN: r272694
parent 8f40e1b2
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.
2019-06-26 Segher Boessenkool <segher@kernel.crashing.org>
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment