diff options
Diffstat (limited to 'gcc/config/arm')
-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) \ |