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
|
#if 0
|
||||||
#include <profile.h>
|
#include <profile.h>
|
||||||
#else
|
#else
|
||||||
#ifndef _WIN64
|
|
||||||
#define _MCOUNT_CALL __attribute__ ((regparm (2)))
|
|
||||||
extern void _mcount(void);
|
|
||||||
#else
|
|
||||||
#define _MCOUNT_CALL
|
#define _MCOUNT_CALL
|
||||||
extern void mcount(void);
|
extern void mcount(void);
|
||||||
#endif
|
|
||||||
#define _MCOUNT_DECL __attribute__((gnu_inline)) __inline__ \
|
#define _MCOUNT_DECL __attribute__((gnu_inline)) __inline__ \
|
||||||
void _MCOUNT_CALL _mcount_private
|
void _MCOUNT_CALL _mcount_private
|
||||||
#define MCOUNT
|
#define MCOUNT
|
||||||
|
|
Loading…
Reference in New Issue