Subject: CVS commit: src/gnu/dist/gcc/gcc/config/sh
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 08/04/2003 00:52:44
Module Name:	src
Committed By:	uwe
Date:		Mon Aug  4 00:52:43 UTC 2003

Modified Files:
	src/gnu/dist/gcc/gcc/config/sh: netbsd-elf.h

Log Message:
#define NO_PROFILE_COUNTERS as we don't need them.  Otherwise both the
code to emit profile counters and the FUNCTION_PROFILER macro in this
file emit/define the same label.  For gcc 2.95.3 it used to work
because FUNCTION_PROFILER used local numeric labels instead of using
LABELNO, so it caused no conflict.

This makes -pg code compilable.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 src/gnu/dist/gcc/gcc/config/sh/netbsd-elf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.