From e3869806bb75b1dcb3c8e459b070739acaae3f93 Mon Sep 17 00:00:00 2001 From: Andrew Pinski Date: Fri, 5 Dec 2003 04:43:30 +0000 Subject: [PATCH] + 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 --- gcc/ChangeLog | 3 +++ gcc/config/sh/netbsd-elf.h | 2 ++ 2 files changed, 5 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ae1cf5db2c9..cb3b949354a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ 2003-12-04 Andrew Pinski + 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 a9c2cb58e6f..975feb0f7dd 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) \ -- 2.30.2