]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/sparc/gmon-sol2.c (internal_mcount): Mark as used.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Sun, 9 Oct 2005 12:36:09 +0000 (14:36 +0200)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 9 Oct 2005 12:36:09 +0000 (12:36 +0000)
From-SVN: r105142

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

index 9d095fefc2f37eb4b442bd019cd0f21fb58238c7..6ec42feb586ac352b7b5349bec581cd38cd68e98 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  Janis Johnson  <janis187@us.ibm.com>
 
        PR debug/24267
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 */