* config/sparc/gmon-sol2.c (internal_mcount): Mark as used.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Sun, 9 Oct 2005 12:33:11 +0000 (14:33 +0200)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 9 Oct 2005 12:33:11 +0000 (12:33 +0000)
From-SVN: r105140

gcc/ChangeLog
gcc/config/sparc/gmon-sol2.c

index 19a856cafc5e5e88418459e392f7fc553705ee75..ff5e2022c72b7ee520701f5f4676c39e547d6b22 100644 (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
index 9f9f019e38b3437cf7e17d5bb628c669ea1c0899..aeead8922fad934176ab3b81c0a418b430f98d90 100644 (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 */