Cygwin: gmon.h: drop 32 bit considerations

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2022-07-29 12:19:18 +02:00
parent 20adacdca2
commit 87a9ca4a95
1 changed files with 0 additions and 5 deletions

View File

@ -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