1#include <shlib-compat.h>
2
3#if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_15)
4
5	compat_text_section
6# define _mcount __compat_mcount
7# include "ppc-mcount.S"
8# undef _mcount
9
10compat_symbol (libc, __compat_mcount, _mcount, GLIBC_2_0)
11#endif
12