From: Phil Blundell Date: Mon, 10 Oct 2005 14:51:13 +0000 (+0000) Subject: 2005-10-10 Philip Blundell X-Git-Tag: upstream/2.20~3636^2~1018 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b033155aa9d0976a5c4f59e890d2f64e9a4bd4c0;p=platform%2Fupstream%2Flinaro-glibc.git 2005-10-10 Philip Blundell * sysdeps/arm/_mcount.S: Suppress profiling when building this file. --- 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)