mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-29 23:05:46 +08:00
* config/sparc/gmon-sol2.c (internal_mcount): Mark as used.
From-SVN: r105140
This commit is contained in:
parent
3c9b5053e0
commit
ad6cc85a18
@ -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
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user