summaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1996-08-13 20:48:43 +0000
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1996-08-13 20:48:43 +0000
commit9461e7f03edb8bbc504994ada7efa491ff3ac43c (patch)
tree008d23a77bfff59944e2cda0b1d57b34d96df828 /gcc/config
parentd3ce0f510fbf509bbac9c3b357c096d554e8bee3 (diff)
downloadgcc-9461e7f03edb8bbc504994ada7efa491ff3ac43c.tar.gz
(PROFILE_BEFORE_PROLOGUE): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12631 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/sh/sh.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/sh/sh.h b/gcc/config/sh/sh.h
index a0220f54c33..47353088d62 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.