OSDN Git Service

(PROFILE_BEFORE_PROLOGUE): Define.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Aug 1996 20:48:43 +0000 (20:48 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Aug 1996 20:48:43 +0000 (20:48 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12631 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/sh/sh.h

index a0220f5..4735308 100644 (file)
@@ -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.