From: Eric Botcazou Date: Sun, 9 Oct 2005 12:33:11 +0000 (+0200) Subject: * config/sparc/gmon-sol2.c (internal_mcount): Mark as used. X-Git-Tag: misc/cutover-cvs2svn~254 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ad6cc85a181212a093efd4edc0ad58f3894da2d0;p=thirdparty%2Fgcc.git * config/sparc/gmon-sol2.c (internal_mcount): Mark as used. From-SVN: r105140 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 19a856cafc5e..ff5e2022c72b 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 Andrew Pinski PR target/24136 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 */