From: Roland McGrath Date: Thu, 13 Jun 1996 22:49:33 +0000 (+0000) Subject: Thu Jun 13 00:02:25 1996 Roland McGrath X-Git-Tag: glibc-2.16-ports-before-merge~3784 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26e00f7e6104f4d636a04f01a4d3eb267c04127c;p=thirdparty%2Fglibc.git Thu Jun 13 00:02:25 1996 Roland McGrath * sysdeps/generic/machine-gmon.h [NO_UNDERSCORES]: Define mcount as weak alias for _mcount. * sysdeps/alpha/_mcount.S (mcount): Define as weak alias. --- diff --git a/sysdeps/alpha/_mcount.S b/sysdeps/alpha/_mcount.S index 17307603162..e813ebdd584 100644 --- a/sysdeps/alpha/_mcount.S +++ b/sysdeps/alpha/_mcount.S @@ -1,5 +1,5 @@ /* Machine-specific calling sequence for `mcount' profiling function. alpha -Copyright (C) 1995 Free Software Foundation, Inc. +Copyright (C) 1995, 1996 Free Software Foundation, Inc. Contributed by David Mosberger (davidm@cs.arizona.edu). This file is part of the GNU C Library. @@ -41,6 +41,7 @@ respectively in gmon.c language...). */ .set noreorder LEAF(_mcount, 0xb0) +weak_alias (_mcount, mcount) .prologue 0 subq sp, 0xb0, sp