mirror of git://sourceware.org/git/glibc.git
2005-10-10 Philip Blundell <philb@gnu.org>
* sysdeps/arm/_mcount.S: Suppress profiling when building this file.
This commit is contained in:
parent
5f7c48c17f
commit
b033155aa9
|
|
@ -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>
|
2005-10-09 Phil Blundell <pb@reciva.com>
|
||||||
|
|
||||||
* sysdeps/arm/Makefile [subdir=gmon] (sysdep_routines): Add
|
* sysdeps/arm/Makefile [subdir=gmon] (sysdep_routines): Add
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,8 @@
|
||||||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
||||||
02111-1307 USA. */
|
02111-1307 USA. */
|
||||||
|
|
||||||
|
#undef PROF
|
||||||
|
|
||||||
#include <sysdep.h>
|
#include <sysdep.h>
|
||||||
|
|
||||||
ENTRY(_mcount)
|
ENTRY(_mcount)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue