aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@physics.uc.edu>2003-12-05 04:43:30 +0000
committerAndrew Pinski <pinskia@gcc.gnu.org>2003-12-04 20:43:30 -0800
commite3869806bb75b1dcb3c8e459b070739acaae3f93 (patch)
tree53376cf2fecdaac8e377308f70a60ea1b51388d5
parent34c6bdab9ed08bdc51a27a340d18b808e0138ea9 (diff)
downloadgcc-e3869806bb75b1dcb3c8e459b070739acaae3f93.zip
gcc-e3869806bb75b1dcb3c8e459b070739acaae3f93.tar.gz
gcc-e3869806bb75b1dcb3c8e459b070739acaae3f93.tar.bz2
+ 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
-rw-r--r--gcc/ChangeLog3
-rw-r--r--gcc/config/sh/netbsd-elf.h2
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ae1cf5d..cb3b949 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/sh/netbsd-elf.h b/gcc/config/sh/netbsd-elf.h
index a9c2cb5..975feb0 100644
--- a/gcc/config/sh/netbsd-elf.h
+++ b/gcc/config/sh/netbsd-elf.h
@@ -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) \