From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1499) id 8849E3858409; Wed, 9 Nov 2022 16:36:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8849E3858409 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668011782; bh=jpcKC04yU/s5bFGmNXsc9ahFjVY8uW85m5VPRSR1RQs=; h=From:To:Subject:Date:From; b=JLMPtp2Gf9Z+8pRi/xeJWU8T9N17scRFzY1poIU4vJhM0KFFELEYvCb4Gm1ZsnKwq ea0yl7Jh5ghXG/J9YvWjgyLBCvmVX3WIGUH31m8OYBac8SZBcZbOmPJB1j4CIDh8G3 HQ2MaT4wx+kCuZX/Lew63nDJL3zuhfrutRpbnA/E= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Gaius Mulley To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/modula-2] PR-101392 fix pass binop.proc to CodeBinarySetshift. X-Act-Checkin: gcc X-Git-Author: Gaius Mulley X-Git-Refname: refs/heads/devel/modula-2 X-Git-Oldrev: b7bbab2f69e50bb3bbb52016aea562a766e2c9c6 X-Git-Newrev: fe8cdf1cab19139649846f0c168690f99e35241e Message-Id: <20221109163622.8849E3858409@sourceware.org> Date: Wed, 9 Nov 2022 16:36:22 +0000 (GMT) List-Id: https://gcc.gnu.org/g:fe8cdf1cab19139649846f0c168690f99e35241e commit fe8cdf1cab19139649846f0c168690f99e35241e Author: Gaius Mulley Date: Wed Nov 9 16:33:56 2022 +0000 PR-101392 fix pass binop.proc to CodeBinarySetshift. Change m2expr.def to DEFINITION MODULE FOR "C" so that the bootstrap tool mc generates M2GenGCC.c passing the procedure parameter without the struct wrapper. gcc/m2/ChangeLog: * gm2-gcc/m2expr.def: Change to FOR "C" module. Signed-off-by: Gaius Mulley Diff: --- gcc/m2/gm2-gcc/m2expr.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/m2/gm2-gcc/m2expr.def b/gcc/m2/gm2-gcc/m2expr.def index 8988c78d575..e622d31d09b 100644 --- a/gcc/m2/gm2-gcc/m2expr.def +++ b/gcc/m2/gm2-gcc/m2expr.def @@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License along with GNU Modula-2; see the file COPYING3. If not see . *) -DEFINITION MODULE m2expr ; +DEFINITION MODULE FOR "C" m2expr ; FROM SYSTEM IMPORT ADDRESS ; FROM m2tree IMPORT Tree ;