summaryrefslogtreecommitdiffstats
path: root/gcc/config/sh/netbsd-elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/sh/netbsd-elf.h')
-rw-r--r--gcc/config/sh/netbsd-elf.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/gcc/config/sh/netbsd-elf.h b/gcc/config/sh/netbsd-elf.h
index b50344bdf50..a6385466bb8 100644
--- a/gcc/config/sh/netbsd-elf.h
+++ b/gcc/config/sh/netbsd-elf.h
@@ -89,15 +89,10 @@ Boston, MA 02111-1307, USA. */
#define FUNCTION_PROFILER(STREAM,LABELNO) \
do \
{ \
- if (TARGET_SHMEDIA32) \
+ if (TARGET_SHMEDIA32 || TARGET_SHMEDIA64) \
{ \
/* FIXME */ \
- abort (); \
- } \
- else if (TARGET_SHMEDIA64) \
- { \
- /* FIXME */ \
- abort (); \
+ sorry ("unimplemented-shmedia profiling"); \
} \
else \
{ \
OpenPOWER on IntegriCloud