Blame sysdeps/powerpc/powerpc32/compat-ppc-mcount.S

Packit Service 82fcde
#include <shlib-compat.h>
Packit Service 82fcde
Packit Service 82fcde
#if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_15)
Packit Service 82fcde
Packit Service 82fcde
	compat_text_section
Packit Service 82fcde
# define _mcount __compat_mcount
Packit Service 82fcde
# include "ppc-mcount.S"
Packit Service 82fcde
# undef _mcount
Packit Service 82fcde
Packit Service 82fcde
compat_symbol (libc, __compat_mcount, _mcount, GLIBC_2_0)
Packit Service 82fcde
#endif