]> gcc.gnu.org Git - gcc.git/commitdiff
+ PR target/11322 + * config/sh/netbsd-elf.h (NO_PROFILE_COUNTERS): Define.
authorAndrew Pinski <pinskia@physics.uc.edu>
Fri, 5 Dec 2003 04:43:30 +0000 (04:43 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Fri, 5 Dec 2003 04:43:30 +0000 (20:43 -0800)
+       PR target/11322
+       * config/sh/netbsd-elf.h (NO_PROFILE_COUNTERS): Define.
+

From-SVN: r74309

gcc/ChangeLog
gcc/config/sh/netbsd-elf.h

index ae1cf5db2c9aeb181698318695b766d7b86f2b4f..cb3b949354a84fca740d4921dac0f7733d91f5c5 100644 (file)
@@ -1,5 +1,8 @@
 2003-12-04  Andrew Pinski  <pinskia@physics.uc.edu>
 
+       PR target/11322
+       * config/sh/netbsd-elf.h (NO_PROFILE_COUNTERS): Define.
+
        PR target/12467
        * config/rs6000/altivec.md (altivec_vmsummbm): Fix typo.
 
index a9c2cb58e6f1f247cc58a3b90af623dbbab5cf34..975feb0f7dde3fbef7f6977fa2f71dac05798fb3 100644 (file)
@@ -93,6 +93,8 @@ Boston, MA 02111-1307, USA.  */
 #define TARGET_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
 #define FUNCTION_PROFILER(STREAM,LABELNO)                              \
This page took 2.798903 seconds and 5 git commands to generate.