From ad6cc85a181212a093efd4edc0ad58f3894da2d0 Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Sun, 9 Oct 2005 14:33:11 +0200 Subject: [PATCH] * config/sparc/gmon-sol2.c (internal_mcount): Mark as used. From-SVN: r105140 --- gcc/ChangeLog | 4 ++++ gcc/config/sparc/gmon-sol2.c | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 19a856cafc5..ff5e2022c72 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 9f9f019e38b..aeead8922fa 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 */ -- 2.30.2