Commit b61eacd6 by David S. Miller Committed by David S. Miller

linux.h (NO_PROFILE_COUNTERS): Undef before overriding.

	* config/sparc/linux.h (NO_PROFILE_COUNTERS): Undef before
	overriding.
	* config/sparc/linux64.h (NO_PROFILE_COUNTERS): Likewise.

From-SVN: r135459
parent 7da05a2a
2008-05-16 David S. Miller <davem@davemloft.net>
* config/sparc/linux.h (NO_PROFILE_COUNTERS): Undef before
overriding.
* config/sparc/linux64.h (NO_PROFILE_COUNTERS): Likewise.
2008-05-16 Uros Bizjak <ubizjak@gmail.com> 2008-05-16 Uros Bizjak <ubizjak@gmail.com>
PR target/36246 PR target/36246
......
...@@ -177,4 +177,5 @@ do { \ ...@@ -177,4 +177,5 @@ do { \
#define TARGET_ALTERNATE_LONG_DOUBLE_MANGLING #define TARGET_ALTERNATE_LONG_DOUBLE_MANGLING
/* We use glibc _mcount for profiling. */ /* We use glibc _mcount for profiling. */
#undef NO_PROFILE_COUNTERS
#define NO_PROFILE_COUNTERS 1 #define NO_PROFILE_COUNTERS 1
...@@ -311,4 +311,5 @@ do { \ ...@@ -311,4 +311,5 @@ do { \
#define TARGET_ALTERNATE_LONG_DOUBLE_MANGLING #define TARGET_ALTERNATE_LONG_DOUBLE_MANGLING
/* We use glibc _mcount for profiling. */ /* We use glibc _mcount for profiling. */
#undef NO_PROFILE_COUNTERS
#define NO_PROFILE_COUNTERS 1 #define NO_PROFILE_COUNTERS 1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment