From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7871) id 18C223857B98; Tue, 5 Sep 2023 11:07:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 18C223857B98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1693912070; bh=yZrB6amhTq+GxbOB0bEfdG0x4Z6C5Dn0HT7BUyRW0ho=; h=From:To:Subject:Date:From; b=HYz6MqmcVDjikBtn3VOg9oBnh0NNQoDu4AawGys8QReJnoDnJZH4cU2F/RA+tO5eS l7JZaVu7mHf3BLWq98bFgXEocRugY2HITZiIjdIdV3eqzra+XDLNKOsq68/SvWjmJJ lBA/q2hqIi1dF6XT/GwdRCxKy8PRe03pqn523/Ks= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Marc Poulhi?s To: gcc-cvs@gcc.gnu.org Subject: [gcc r14-3679] ada: Add missing units to Makefile.rtl X-Act-Checkin: gcc X-Git-Author: Ronan Desplanques X-Git-Refname: refs/heads/master X-Git-Oldrev: 105891ca1beda7aecb2b637cc62f5c8a3ac49386 X-Git-Newrev: 17fcc7df64b5b6574e8dd24095a0f146382e62c3 Message-Id: <20230905110750.18C223857B98@sourceware.org> Date: Tue, 5 Sep 2023 11:07:50 +0000 (GMT) List-Id: https://gcc.gnu.org/g:17fcc7df64b5b6574e8dd24095a0f146382e62c3 commit r14-3679-g17fcc7df64b5b6574e8dd24095a0f146382e62c3 Author: Ronan Desplanques Date: Wed Aug 2 15:01:40 2023 +0200 ada: Add missing units to Makefile.rtl A previous change accidently removed a-cohama and a-cohase from `Makefile.rtl`. This patch adds these units back gcc/ada/ * Makefile.rtl: Add missing units. Diff: --- gcc/ada/Makefile.rtl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/ada/Makefile.rtl b/gcc/ada/Makefile.rtl index be81b9d47f8d..e404d43f0ff2 100644 --- a/gcc/ada/Makefile.rtl +++ b/gcc/ada/Makefile.rtl @@ -137,6 +137,8 @@ GNATRTL_NONTASKING_OBJS= \ a-coboho$(objext) \ a-cobove$(objext) \ a-cogeso$(objext) \ + a-cohama$(objext) \ + a-cohase$(objext) \ a-cohata$(objext) \ a-coinho$(objext) \ a-coinve$(objext) \