CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/05/09 09:56:08
Modified files:
lib/libc/gmon : mcount.c
Log message:
Mark _MCOUNT_DECL as __used to prevent gcc4 from optimizing it away when it
is only referenced from inline asm.
ok jsg@
