From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 2874C3857B9A; Fri, 29 Jul 2022 10:20:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2874C3857B9A Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: gmon.h: drop 32 bit considerations X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/master X-Git-Oldrev: 20adacdca2fe2bd3d41a7287f77d42b4bf22f423 X-Git-Newrev: 87a9ca4a95504651584570522a3f73979631d703 Message-Id: <20220729102010.2874C3857B9A@sourceware.org> Date: Fri, 29 Jul 2022 10:20:10 +0000 (GMT) X-BeenThere: cygwin-cvs@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin core component git logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jul 2022 10:20:10 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D87a9ca4a955= 04651584570522a3f73979631d703 commit 87a9ca4a95504651584570522a3f73979631d703 Author: Corinna Vinschen Date: Fri Jul 29 12:19:18 2022 +0200 Cygwin: gmon.h: drop 32 bit considerations =20 Signed-off-by: Corinna Vinschen 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 #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