linux.h (NO_PROFILE_COUNTERS): Undef before overriding.
authorDavid S. Miller <davem@davemloft.net>
Sat, 17 May 2008 00:19:28 +0000 (00:19 +0000)
committerDavid S. Miller <davem@gcc.gnu.org>
Sat, 17 May 2008 00:19:28 +0000 (17:19 -0700)
* config/sparc/linux.h (NO_PROFILE_COUNTERS): Undef before
overriding.
* config/sparc/linux64.h (NO_PROFILE_COUNTERS): Likewise.

From-SVN: r135459

gcc/ChangeLog
gcc/config/sparc/linux.h
gcc/config/sparc/linux64.h

index 59c00bbc322aefa71df5311ef07a28014e31ae2a..86c6d31605bc14a0525a2d04598dacc4d6d99e7d 100644 (file)
@@ -1,3 +1,9 @@
+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>
 
        PR target/36246
index ab2ab308c9198010c30f94e402bd41c70b5e3fa6..9014ae54ca643b297287d134c08d1844aad537cd 100644 (file)
@@ -177,4 +177,5 @@ do {                                                                        \
 #define TARGET_ALTERNATE_LONG_DOUBLE_MANGLING
 
 /* We use glibc _mcount for profiling.  */
+#undef NO_PROFILE_COUNTERS
 #define NO_PROFILE_COUNTERS    1
index cd156673fafb5e6faa34f4387fd54a6622a20ec1..4c35dedacfb5ef1a3a7c663a3fdefed75ebdc3ee 100644 (file)
@@ -311,4 +311,5 @@ do {                                                                        \
 #define TARGET_ALTERNATE_LONG_DOUBLE_MANGLING
 
 /* We use glibc _mcount for profiling.  */
+#undef NO_PROFILE_COUNTERS
 #define NO_PROFILE_COUNTERS    1