Commit c5fcd670 by Andreas Tobler Committed by Andreas Tobler

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
parent a3f63c28
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> 2008-05-14 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/sse.md (*sse4_1_pinsrq): Make it 64bit only. * config/i386/sse.md (*sse4_1_pinsrq): Make it 64bit only.
......
...@@ -2483,3 +2483,6 @@ extern int sparc_indent_opcode; ...@@ -2483,3 +2483,6 @@ extern int sparc_indent_opcode;
/* The number of Pmode words for the setjmp buffer. */ /* The number of Pmode words for the setjmp buffer. */
#define JMP_BUF_SIZE 12 #define JMP_BUF_SIZE 12
/* We use gcc _mcount for profiling. */
#define NO_PROFILE_COUNTERS 0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment