From: Joel Brobecker Date: Tue, 15 Dec 2020 13:58:10 +0000 (-0500) Subject: [Ada] Makefile.rtl:ADA_EXCLUDE_SRCS update after some System.GCC unit renames X-Git-Tag: basepoints/gcc-13~8050 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40f0ef4fa378fc0506be622209927bd2f3c2d6f8;p=thirdparty%2Fgcc.git [Ada] Makefile.rtl:ADA_EXCLUDE_SRCS update after some System.GCC unit renames gcc/ada/ * Makefile.rtl (ADA_EXCLUDE_SRCS): Remove s-gcc.adb, s-gcc.ads, s-gccdiv.adb, s-gccdiv.ads, s-gccshi.adb and s-gccshi.ads. --- diff --git a/gcc/ada/Makefile.rtl b/gcc/ada/Makefile.rtl index 987eff0abba0..b7d0db35a36d 100644 --- a/gcc/ada/Makefile.rtl +++ b/gcc/ada/Makefile.rtl @@ -2992,8 +2992,6 @@ ADA_EXCLUDE_SRCS =\ s-bbsle3.ads s-bbsuer.ads s-bbsule.ads s-bbthqu.adb s-bbthqu.ads \ s-bbthre.adb s-bbthre.ads s-bbtiev.adb s-bbtiev.ads s-bbtime.adb \ s-bbtime.ads s-bcprmu.adb s-bcprmu.ads s-btstch.adb s-btstch.ads \ - s-gcc.adb s-gcc.ads s-gccdiv.adb s-gccdiv.ads \ - s-gccshi.adb s-gccshi.ads \ s-init.ads s-init.adb s-linux.ads s-macres.ads \ s-memcom.adb s-memcom.ads s-memmov.adb s-memmov.ads s-memset.adb \ s-memset.ads s-mufalo.adb s-mufalo.ads s-musplo.adb s-musplo.ads \