diff options
| author | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-14 21:49:41 +0000 |
|---|---|---|
| committer | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-14 21:49:41 +0000 |
| commit | ea6b825e924770b5b3e1ba8dd4d27400d19da823 (patch) | |
| tree | 452da31105308312d2daeb883c91710523bc9f0a | |
| parent | 4f8380cfcd31ca9e0074021670800fff4481fe73 (diff) | |
| download | ppe42-gcc-ea6b825e924770b5b3e1ba8dd4d27400d19da823.tar.gz ppe42-gcc-ea6b825e924770b5b3e1ba8dd4d27400d19da823.zip | |
2008-05-14 Andreas Tobler <a.tobler@schweiz.org>
* config/sparc/sparc.h (NO_PROFILE_COUNTERS): Define as 0.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135312 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 6 | ||||
| -rw-r--r-- | gcc/config/sparc/sparc.h | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ad94d8d8c9a..c39de0f2dd6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2008-05-14 Andreas Tobler <a.tobler@schweiz.org> + + * config/sparc/sparc.h (NO_PROFILE_COUNTERS): Define as 0. + 2008-05-14 H.J. Lu <hongjiu.lu@intel.com> * config/i386/sse.md (*sse4_1_pinsrq): Make it 64bit only. @@ -241,7 +245,7 @@ * config/m68k/m68k.md (negdf2, negxf2, absdf2, absxf2 patterns): Ditto. * reg-notes.def (NO_CONFLICT): Removed. - + 2008-05-14 David S. Miller <davem@davemloft.net> * config/sparc/sparc.c (sparc_profile_hook): If 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 |

