diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1996-08-13 13:48:43 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1996-08-13 13:48:43 -0700 |
commit | d59c4c8e37035e9d540ea7b471e48a654968e57d (patch) | |
tree | 008d23a77bfff59944e2cda0b1d57b34d96df828 /gcc | |
parent | 73aad9b9ff694fcaf423834d7e2c47046cac34cd (diff) | |
download | gcc-d59c4c8e37035e9d540ea7b471e48a654968e57d.zip gcc-d59c4c8e37035e9d540ea7b471e48a654968e57d.tar.gz gcc-d59c4c8e37035e9d540ea7b471e48a654968e57d.tar.bz2 |
(PROFILE_BEFORE_PROLOGUE): Define.
From-SVN: r12631
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/sh/sh.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/sh/sh.h b/gcc/config/sh/sh.h index a0220f5..4735308 100644 --- a/gcc/config/sh/sh.h +++ b/gcc/config/sh/sh.h @@ -804,6 +804,12 @@ extern int current_function_anonymous_args; fprintf(STREAM, " .long LP%d\n", (LABELNO)); \ } +/* Define this macro if the code for function profiling should come + before the function prologue. Normally, the profiling code comes + after. */ + +#define PROFILE_BEFORE_PROLOGUE + /* EXIT_IGNORE_STACK should be nonzero if, when returning from a function, the stack pointer does not matter. The value is tested only in functions that have frame pointers. |