public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Cygwin: gmon.h: drop 32 bit considerations
@ 2022-07-29 10:20 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2022-07-29 10:20 UTC (permalink / raw)
  To: cygwin-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=87a9ca4a95504651584570522a3f73979631d703

commit 87a9ca4a95504651584570522a3f73979631d703
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Fri Jul 29 12:19:18 2022 +0200

    Cygwin: gmon.h: drop 32 bit considerations
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/gmon.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/winsup/cygwin/gmon.h b/winsup/cygwin/gmon.h
index 38070d3c7..3612aac96 100644
--- a/winsup/cygwin/gmon.h
+++ b/winsup/cygwin/gmon.h
@@ -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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-07-29 10:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-29 10:20 [newlib-cygwin] Cygwin: gmon.h: drop 32 bit considerations Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).