2005-10-10 Philip Blundell <philb@gnu.org>
authorPhil Blundell <pb@reciva.com>
Mon, 10 Oct 2005 14:51:13 +0000 (14:51 +0000)
committerPhil Blundell <pb@reciva.com>
Mon, 10 Oct 2005 14:51:13 +0000 (14:51 +0000)
* sysdeps/arm/_mcount.S: Suppress profiling when building this
file.

ChangeLog.arm
sysdeps/arm/_mcount.S

index 1cc4925..f2a8a84 100644 (file)
@@ -1,3 +1,8 @@
+2005-10-10  Philip Blundell  <philb@gnu.org>
+
+       * sysdeps/arm/_mcount.S: Suppress profiling when building this
+       file.
+
 2005-10-09  Phil Blundell  <pb@reciva.com>
 
        * sysdeps/arm/Makefile [subdir=gmon] (sysdep_routines): Add
index 471af5c..795d999 100644 (file)
@@ -17,6 +17,8 @@
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307 USA.  */
 
+#undef PROF
+
 #include <sysdep.h>
 
 ENTRY(_mcount)