diff options
author | Joel Brobecker <brobecker@adacore.com> | 2020-12-15 08:58:10 -0500 |
---|---|---|
committer | Pierre-Marie de Rodat <derodat@adacore.com> | 2021-04-29 04:00:46 -0400 |
commit | 40f0ef4fa378fc0506be622209927bd2f3c2d6f8 (patch) | |
tree | 4d32308d3713b9cdae7aaa5582a1ad74dad4735a | |
parent | c3ccc5d2ad10ee438eb1bc8effab2f45c5b28100 (diff) | |
download | gcc-40f0ef4fa378fc0506be622209927bd2f3c2d6f8.zip gcc-40f0ef4fa378fc0506be622209927bd2f3c2d6f8.tar.gz gcc-40f0ef4fa378fc0506be622209927bd2f3c2d6f8.tar.bz2 |
[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.
-rw-r--r-- | gcc/ada/Makefile.rtl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/ada/Makefile.rtl b/gcc/ada/Makefile.rtl index 987eff0..b7d0db3 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 \ |