From: Andreas Jaeger Date: Wed, 21 Aug 2002 07:55:22 +0000 (+0000) Subject: (sysdep_routines): Add _mcount. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f74211680ee526ae5710ad5f23d55274c3e24c6;p=thirdparty%2Fglibc.git (sysdep_routines): Add _mcount. --- diff --git a/sysdeps/x86_64/Makefile b/sysdeps/x86_64/Makefile index 4e64fb0a5ed..0ed34a3abbc 100644 --- a/sysdeps/x86_64/Makefile +++ b/sysdeps/x86_64/Makefile @@ -4,3 +4,7 @@ long-double-fcts = yes ifeq ($(subdir),csu) sysdep_routines += hp-timing endif + +ifeq ($(subdir),gmon) +sysdep_routines += _mcount +endif