* config/sparc/gmon-sol2.c (internal_mcount): Mark as used.

From-SVN: r105140
This commit is contained in:
Eric Botcazou 2005-10-09 14:33:11 +02:00 committed by Eric Botcazou
parent 3c9b5053e0
commit ad6cc85a18
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2005-10-09 Eric Botcazou <ebotcazou@libertysurf.fr>
* config/sparc/gmon-sol2.c (internal_mcount): Mark as used.
2005-10-08 Andrew Pinski <pinskia@physics.uc.edu>
PR target/24136

View File

@ -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 */