From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x536.google.com (mail-ed1-x536.google.com [IPv6:2a00:1450:4864:20::536]) by sourceware.org (Postfix) with ESMTPS id A5AD2383907E for ; Tue, 30 Aug 2022 13:43:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A5AD2383907E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-ed1-x536.google.com with SMTP id b44so14242361edf.9 for ; Tue, 30 Aug 2022 06:43:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc; bh=dbYu7z1JDErX0Q08aXYk6PCk4q9ctZeWqMFdpwaAqzA=; b=nFbyTosBNtezpcHVBvwuhbOzzuZYz4ArJS2DT6SVhtukbIP8/n7AgKceg1XCJaA+8v CX8G/ZQlHqtb3SXcq+3esH5fTwYHTF6CmZNO40vzE0eRBeff4kvlR/92l8d5BjQ9QUva GYbU4tMMJP7lMbjEW9R/EItkC6teihyfVQ2zd2+5aDo4lR5WZhf3OIVdnrCitBKVdLld RXSnm6DCw3jCfn/qPuvp0Fx38hH2oIwUk3zNdj4QCj6Totc/ceI8BA2oAuL8kNZWhUqE d1qzhw5yx0oK3iasGccdb7vsik9J2OH4J11EyZWpaSwd0/1Mmx5F/6ppgmqp0ZFqAL2R yIMw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc; bh=dbYu7z1JDErX0Q08aXYk6PCk4q9ctZeWqMFdpwaAqzA=; b=Lr9YHic09oMjfBm7al2uYT5Jd0ffnUPYir2VwNtkldXIg9KrqmmN9C8XymBh60cEZi qHWVovrQXY3FfHaJtYGVO9dEvlzyte5BX3HkrHeH7hThvPS+2Kfv7P0JMp8FOx0hArM9 ZeAXS1lunohJgO2QZPepUC9jfDbDalD2tF7kR0fwu286t5kNtaMJoLiau4bKQif6t613 cmBfWZRGAFHMl0adldHtNxy9xR+qwXqZQA2VXMnmY50xZjG1788Ajd5/lRy9lDtVOivj 5OR3/ex/zncRMd1sGsPcez8+uLZDK7bmoMPxw6hOIutFdXqhqg1emWWyReTGOtpE3w6P tneg== X-Gm-Message-State: ACgBeo1n0NypRy54UnchIvmfEXC5VLUasPBEn8WtgRvhNty4B7hcTBQq 2IGeY1LpLYNUS+L6Ja35On80g6HKNjFbT0CbDNM= X-Google-Smtp-Source: AA6agR7Ujh1jK2835ls7MGlZFAUot+s95K15SOfoK6YtG7jZp4uRxAOh9CUGFKi0EQ0urNNc4tsclvBTsxK5LR8W5lk= X-Received: by 2002:a05:6402:270d:b0:43a:67b9:6eea with SMTP id y13-20020a056402270d00b0043a67b96eeamr20392984edd.94.1661867022734; Tue, 30 Aug 2022 06:43:42 -0700 (PDT) MIME-Version: 1.0 References: <397ad854-62f7-47a1-453e-30b45098d4d9@suse.cz> In-Reply-To: <397ad854-62f7-47a1-453e-30b45098d4d9@suse.cz> From: Richard Biener Date: Tue, 30 Aug 2022 15:43:30 +0200 Message-ID: Subject: Re: [PATCH] m32c-rtems: remove obsoleted port To: =?UTF-8?Q?Martin_Li=C5=A1ka?= Cc: GCC Patches , DJ Delorie Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-8.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,GIT_PATCH_0,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Thu, Aug 25, 2022 at 10:37 AM Martin Li=C5=A1ka wrote: > > Remove the port that has been marked obsolete in GCC 12 change notes. > > Ready to be installed? OK. > Thanks, > Martin > > contrib/ChangeLog: > > * config-list.mk: Remove the port. > > gcc/ChangeLog: > > * config.gcc: Remove the port. > * config/m32c/rtems.h: Removed. > > libgcc/ChangeLog: > > * config.host: Remove the port. > --- > contrib/config-list.mk | 2 +- > gcc/config.gcc | 6 ------ > gcc/config/m32c/rtems.h | 38 -------------------------------------- > libgcc/config.host | 2 +- > 4 files changed, 2 insertions(+), 46 deletions(-) > delete mode 100644 gcc/config/m32c/rtems.h > > diff --git a/contrib/config-list.mk b/contrib/config-list.mk > index c4db8dc849a..015f3a83bc6 100644 > --- a/contrib/config-list.mk > +++ b/contrib/config-list.mk > @@ -59,7 +59,7 @@ LIST =3D aarch64-elf aarch64-linux-gnu aarch64-rtems \ > ia64-freebsd6 ia64-linux ia64-hpux ia64-hp-vms iq2000-elf lm32-elf \ > lm32-rtems lm32-uclinux \ > loongarch64-linux-gnuf64 loongarch64-linux-gnuf32 loongarch64-linux-gn= usf \ > - m32c-rtems m32c-elf m32r-elf m32rle-elf \ > + m32c-elf m32r-elf m32rle-elf \ > m68k-elf m68k-netbsdelf \ > m68k-uclinux m68k-linux m68k-rtems \ > mcore-elf microblaze-linux microblaze-elf \ > diff --git a/gcc/config.gcc b/gcc/config.gcc > index 02f58970db0..8e8e1d0513f 100644 > --- a/gcc/config.gcc > +++ b/gcc/config.gcc > @@ -251,7 +251,6 @@ case ${target} in > cr16-*-* \ > | hppa[12]*-*-hpux10* \ > | hppa[12]*-*-hpux11* \ > - | m32c-*-rtems* \ > ) > if test "x$enable_obsolete" !=3D xyes; then > echo "*** Configuration ${target} is obsolete." >&2 > @@ -3555,11 +3554,6 @@ am33_2.0-*-linux*) > gas=3Dyes gnu_ld=3Dyes > use_collect2=3Dno > ;; > -m32c-*-rtems*) > - tm_file=3D"elfos.h ${tm_file} m32c/rtems.h rtems.h newlib-stdint.= h" > - c_target_objs=3D"m32c-pragma.o" > - cxx_target_objs=3D"m32c-pragma.o" > - ;; > m32c-*-elf*) > tm_file=3D"elfos.h newlib-stdint.h ${tm_file}" > c_target_objs=3D"m32c-pragma.o" > diff --git a/gcc/config/m32c/rtems.h b/gcc/config/m32c/rtems.h > deleted file mode 100644 > index 553f77cfd4d..00000000000 > --- a/gcc/config/m32c/rtems.h > +++ /dev/null > @@ -1,38 +0,0 @@ > -/* Definitions for rtems targeting a M32C using ELF. > - Copyright (C) 2008-2022 Free Software Foundation, Inc. > - Contributed by Joel Sherrill (joel@OARcorp.com). > - > - This file is part of GCC. > - > - GCC is free software; you can redistribute it and/or modify it > - under the terms of the GNU General Public License as published > - by the Free Software Foundation; either version 3, or (at your > - option) any later version. > - > - GCC is distributed in the hope that it will be useful, but WITHOUT > - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY > - or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public > - License for more details. > - > - Under Section 7 of GPL version 3, you are granted additional > - permissions described in the GCC Runtime Library Exception, version > - 3.1, as published by the Free Software Foundation. > - > - You should have received a copy of the GNU General Public License and > - a copy of the GCC Runtime Library Exception along with this program; > - see the files COPYING3 and COPYING.RUNTIME respectively. If not, see > - . */ > - > -/* Target OS builtins. */ > -#undef TARGET_OS_CPP_BUILTINS > -#define TARGET_OS_CPP_BUILTINS() \ > - do \ > - { \ > - builtin_define ("__rtems__"); \ > - builtin_define ("__USE_INIT_FINI__"); \ > - builtin_assert ("system=3Drtems"); \ > - } \ > - while (0) > - > -/* Use the default */ > -#undef LINK_GCC_C_SEQUENCE_SPEC > diff --git a/libgcc/config.host b/libgcc/config.host > index b2a0a8e1aa9..974de349653 100644 > --- a/libgcc/config.host > +++ b/libgcc/config.host > @@ -1516,7 +1516,7 @@ am33_2.0-*-linux*) > extra_parts=3D"crtbegin.o crtend.o crtbeginS.o crtendS.o" > tmake_file=3D"$tmake_file t-fdpbit" > ;; > -m32c-*-elf*|m32c-*-rtems*) > +m32c-*-elf*) > tmake_file=3D"$tmake_file m32c/t-m32c" > ;; > nvptx-*) > -- > 2.37.2 >