diff options
author | YamaArashi <shadow962@live.com> | 2016-02-11 00:43:28 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-11 00:43:28 -0800 |
commit | 23e2a17097740709d4466a802e03992116b12900 (patch) | |
tree | 0c28d207942a6319e69dad1ae54152307b392dda /gcc/config | |
parent | cea2793f5e39d74bc92a5129af95504c4b23335d (diff) |
remove profiling
Diffstat (limited to 'gcc/config')
-rwxr-xr-x | gcc/config/arm/thumb.h | 8 | ||||
-rwxr-xr-x | gcc/config/arm/thumb.h.orig | 8 | ||||
-rwxr-xr-x | gcc/config/arm/thumb_000513.h | 8 | ||||
-rwxr-xr-x | gcc/config/arm/thumb_020422.h | 8 | ||||
-rwxr-xr-x | gcc/config/arm/thumb_020428.h | 8 |
5 files changed, 0 insertions, 40 deletions
diff --git a/gcc/config/arm/thumb.h b/gcc/config/arm/thumb.h index 528b250..9cd719a 100755 --- a/gcc/config/arm/thumb.h +++ b/gcc/config/arm/thumb.h @@ -744,14 +744,6 @@ int thumb_shiftable_const (); #define FUNCTION_EPILOGUE(FILE,SIZE) thumb_function_epilogue((FILE),(SIZE)) -/* Generating code for profiling */ -#define FUNCTION_PROFILER(STREAM,LABELNO) \ -{ \ - fprintf ((STREAM), "\tmov\\tip, lr\n"); \ - fprintf ((STREAM), "\tbl\tmcount\n"); \ - fprintf ((STREAM), "\t.word\tLP%d\n", (LABELNO)); \ -} - /* Implementing the Varargs Macros */ #define SETUP_INCOMING_VARARGS(CUM,MODE,TYPE,PRETEND_SIZE,NO_RTL) \ diff --git a/gcc/config/arm/thumb.h.orig b/gcc/config/arm/thumb.h.orig index 528b250..9cd719a 100755 --- a/gcc/config/arm/thumb.h.orig +++ b/gcc/config/arm/thumb.h.orig @@ -744,14 +744,6 @@ int thumb_shiftable_const (); #define FUNCTION_EPILOGUE(FILE,SIZE) thumb_function_epilogue((FILE),(SIZE)) -/* Generating code for profiling */ -#define FUNCTION_PROFILER(STREAM,LABELNO) \ -{ \ - fprintf ((STREAM), "\tmov\\tip, lr\n"); \ - fprintf ((STREAM), "\tbl\tmcount\n"); \ - fprintf ((STREAM), "\t.word\tLP%d\n", (LABELNO)); \ -} - /* Implementing the Varargs Macros */ #define SETUP_INCOMING_VARARGS(CUM,MODE,TYPE,PRETEND_SIZE,NO_RTL) \ diff --git a/gcc/config/arm/thumb_000513.h b/gcc/config/arm/thumb_000513.h index fd38325..a5c25b9 100755 --- a/gcc/config/arm/thumb_000513.h +++ b/gcc/config/arm/thumb_000513.h @@ -736,14 +736,6 @@ int thumb_shiftable_const (); #define FUNCTION_EPILOGUE(FILE,SIZE) thumb_function_epilogue((FILE),(SIZE)) -/* Generating code for profiling */ -#define FUNCTION_PROFILER(STREAM,LABELNO) \ -{ \ - fprintf ((STREAM), "\tmov\\tip, lr\n"); \ - fprintf ((STREAM), "\tbl\tmcount\n"); \ - fprintf ((STREAM), "\t.word\tLP%d\n", (LABELNO)); \ -} - /* Implementing the Varargs Macros */ #define SETUP_INCOMING_VARARGS(CUM,MODE,TYPE,PRETEND_SIZE,NO_RTL) \ diff --git a/gcc/config/arm/thumb_020422.h b/gcc/config/arm/thumb_020422.h index e709738..554ed1d 100755 --- a/gcc/config/arm/thumb_020422.h +++ b/gcc/config/arm/thumb_020422.h @@ -772,14 +772,6 @@ typedef struct #define FUNCTION_EPILOGUE(FILE,SIZE) thumb_function_epilogue((FILE),(SIZE)) -/* Generating code for profiling */ -#define FUNCTION_PROFILER(STREAM,LABELNO) \ -{ \ - fprintf ((STREAM), "\tmov\\tip, lr\n"); \ - fprintf ((STREAM), "\tbl\tmcount\n"); \ - fprintf ((STREAM), "\t.word\tLP%d\n", (LABELNO)); \ -} - /* Implementing the Varargs Macros */ #define SETUP_INCOMING_VARARGS(CUM,MODE,TYPE,PRETEND_SIZE,NO_RTL) \ diff --git a/gcc/config/arm/thumb_020428.h b/gcc/config/arm/thumb_020428.h index 648d4b8..8bba8d0 100755 --- a/gcc/config/arm/thumb_020428.h +++ b/gcc/config/arm/thumb_020428.h @@ -772,14 +772,6 @@ typedef struct #define FUNCTION_EPILOGUE(FILE,SIZE) thumb_function_epilogue((FILE),(SIZE)) -/* Generating code for profiling */ -#define FUNCTION_PROFILER(STREAM,LABELNO) \ -{ \ - fprintf ((STREAM), "\tmov\\tip, lr\n"); \ - fprintf ((STREAM), "\tbl\tmcount\n"); \ - fprintf ((STREAM), "\t.word\tLP%d\n", (LABELNO)); \ -} - /* Implementing the Varargs Macros */ #define SETUP_INCOMING_VARARGS(CUM,MODE,TYPE,PRETEND_SIZE,NO_RTL) \ |