Cygwin: gmon.h: drop 32 bit considerations
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
20adacdca2
commit
87a9ca4a95
|
@ -50,13 +50,8 @@
|
|||
#if 0
|
||||
#include <profile.h>
|
||||
#else
|
||||
#ifndef _WIN64
|
||||
#define _MCOUNT_CALL __attribute__ ((regparm (2)))
|
||||
extern void _mcount(void);
|
||||
#else
|
||||
#define _MCOUNT_CALL
|
||||
extern void mcount(void);
|
||||
#endif
|
||||
#define _MCOUNT_DECL __attribute__((gnu_inline)) __inline__ \
|
||||
void _MCOUNT_CALL _mcount_private
|
||||
#define MCOUNT
|
||||
|
|
Loading…
Reference in New Issue