Commit e3869806 by Andrew Pinski Committed by Andrew Pinski

+ PR target/11322 + * config/sh/netbsd-elf.h (NO_PROFILE_COUNTERS): Define.

+       PR target/11322
+       * config/sh/netbsd-elf.h (NO_PROFILE_COUNTERS): Define.
+

From-SVN: r74309
parent 34c6bdab
2003-12-04 Andrew Pinski <pinskia@physics.uc.edu> 2003-12-04 Andrew Pinski <pinskia@physics.uc.edu>
PR target/11322
* config/sh/netbsd-elf.h (NO_PROFILE_COUNTERS): Define.
PR target/12467 PR target/12467
* config/rs6000/altivec.md (altivec_vmsummbm): Fix typo. * config/rs6000/altivec.md (altivec_vmsummbm): Fix typo.
......
...@@ -93,6 +93,8 @@ Boston, MA 02111-1307, USA. */ ...@@ -93,6 +93,8 @@ Boston, MA 02111-1307, USA. */
#define TARGET_DEFAULT \ #define TARGET_DEFAULT \
(TARGET_CPU_DEFAULT | USERMODE_BIT | TARGET_ENDIAN_DEFAULT) (TARGET_CPU_DEFAULT | USERMODE_BIT | TARGET_ENDIAN_DEFAULT)
/* Define because we use the label and we do not need them. */
#define NO_PROFILE_COUNTERS
#undef FUNCTION_PROFILER #undef FUNCTION_PROFILER
#define FUNCTION_PROFILER(STREAM,LABELNO) \ #define FUNCTION_PROFILER(STREAM,LABELNO) \
......
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