From: Eric Botcazou Date: Sun, 9 Oct 2005 12:36:09 +0000 (+0200) Subject: * config/sparc/gmon-sol2.c (internal_mcount): Mark as used. X-Git-Tag: releases/gcc-3.4.5~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=632fd865b4809a3b07dcd7056bfb2eff20ad5f37;p=thirdparty%2Fgcc.git * config/sparc/gmon-sol2.c (internal_mcount): Mark as used. From-SVN: r105142 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9d095fefc2f3..6ec42feb586a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-10-09 Eric Botcazou + + * config/sparc/gmon-sol2.c (internal_mcount): Mark as used. + 2005-10-08 Janis Johnson PR debug/24267 diff --git a/gcc/config/sparc/gmon-sol2.c b/gcc/config/sparc/gmon-sol2.c index 9f9f019e38b3..aeead8922fad 100644 --- a/gcc/config/sparc/gmon-sol2.c +++ b/gcc/config/sparc/gmon-sol2.c @@ -267,8 +267,7 @@ _mcleanup(void) * -- [eichin:19920702.1107EST] */ -static void internal_mcount (char *, unsigned short *) - __attribute__ ((__unused__)); +static void internal_mcount (char *, unsigned short *) __attribute__ ((used)); /* i7 == last ret, -> frompcindex */ /* o7 == current ret, -> selfpc */