Commit ad6cc85a by Eric Botcazou Committed by Eric Botcazou

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

From-SVN: r105140
parent 3c9b5053
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> 2005-10-08 Andrew Pinski <pinskia@physics.uc.edu>
PR target/24136 PR target/24136
......
...@@ -267,8 +267,7 @@ _mcleanup(void) ...@@ -267,8 +267,7 @@ _mcleanup(void)
* -- [eichin:19920702.1107EST] * -- [eichin:19920702.1107EST]
*/ */
static void internal_mcount (char *, unsigned short *) static void internal_mcount (char *, unsigned short *) __attribute__ ((used));
__attribute__ ((__unused__));
/* i7 == last ret, -> frompcindex */ /* i7 == last ret, -> frompcindex */
/* o7 == current ret, -> selfpc */ /* o7 == current ret, -> selfpc */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment