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
This commit is contained in:
parent
a3f63c2864
commit
c5fcd67041
2 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue