diff options
author | Andreas Tobler <a.tobler@schweiz.org> | 2008-05-14 21:49:41 +0000 |
---|---|---|
committer | Andreas Tobler <andreast@gcc.gnu.org> | 2008-05-14 23:49:41 +0200 |
commit | c5fcd67041670039f624444358456f0a29c40b50 (patch) | |
tree | 452da31105308312d2daeb883c91710523bc9f0a /gcc/config/sparc | |
parent | a3f63c2864a2c8d658f2c93898eb56cfe83cda36 (diff) | |
download | gcc-c5fcd67041670039f624444358456f0a29c40b50.tar.gz |
sparc.h (NO_PROFILE_COUNTERS): Define as 0.
2008-05-14 Andreas Tobler <a.tobler@schweiz.org>
* config/sparc/sparc.h (NO_PROFILE_COUNTERS): Define as 0.
From-SVN: r135312
Diffstat (limited to 'gcc/config/sparc')
-rw-r--r-- | gcc/config/sparc/sparc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index e9f0f2ab5c2..6e9e3ea54e4 100644 --- a/gcc/config/sparc/sparc.h +++ b/gcc/config/sparc/sparc.h @@ -2483,3 +2483,6 @@ extern int sparc_indent_opcode; /* The number of Pmode words for the setjmp buffer. */ #define JMP_BUF_SIZE 12 + +/* We use gcc _mcount for profiling. */ +#define NO_PROFILE_COUNTERS 0 |