]> git.ipfire.org Git - thirdparty/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:42:06 +0000 (04:42 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Fri, 5 Dec 2003 04:42:06 +0000 (20:42 -0800)
+       PR target/11322
+       * config/sh/netbsd-elf.h (NO_PROFILE_COUNTERS): Define.
+

From-SVN: r74308

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

index 7f2a17e24e8f482a91c745fd7b79e5ed6eda22e8..c4ae93bf9f87f2ff0380d05bf11ab7110d7fe697 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 513b39f4704a751d774f0c48f52bc42b95301868..b263a2c9f65005db5f4a2166f5807855833f1230 100644 (file)
@@ -95,6 +95,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)                              \