2005-10-10 Philip Blundell <philb@gnu.org>

* sysdeps/arm/_mcount.S: Suppress profiling when building this
	file.
This commit is contained in:
Phil Blundell 2005-10-10 14:51:13 +00:00
parent 5f7c48c17f
commit b033155aa9
2 changed files with 7 additions and 0 deletions

View 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

View 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)