From b033155aa9d0976a5c4f59e890d2f64e9a4bd4c0 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Mon, 10 Oct 2005 14:51:13 +0000 Subject: [PATCH] 2005-10-10 Philip Blundell * sysdeps/arm/_mcount.S: Suppress profiling when building this file. --- ChangeLog.arm | 5 +++++ sysdeps/arm/_mcount.S | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog.arm b/ChangeLog.arm index 1cc4925..f2a8a84 100644 --- a/ChangeLog.arm +++ b/ChangeLog.arm @@ -1,3 +1,8 @@ +2005-10-10 Philip Blundell + + * sysdeps/arm/_mcount.S: Suppress profiling when building this + file. + 2005-10-09 Phil Blundell * sysdeps/arm/Makefile [subdir=gmon] (sysdep_routines): Add diff --git a/sysdeps/arm/_mcount.S b/sysdeps/arm/_mcount.S index 471af5c..795d999 100644 --- a/sysdeps/arm/_mcount.S +++ b/sysdeps/arm/_mcount.S @@ -17,6 +17,8 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +#undef PROF + #include ENTRY(_mcount) -- 2.7.4