diff options
author | Steve Baird <baird@adacore.com> | 2021-04-29 14:54:54 -0700 |
---|---|---|
committer | Pierre-Marie de Rodat <derodat@adacore.com> | 2021-07-05 13:09:15 +0000 |
commit | 7e7397265c805a8d6623aadc039e898fea4a4be0 (patch) | |
tree | f7c425d7770396cf9ed75b4c44161657d1da443c /gcc/ada/Makefile.rtl | |
parent | 1d1e91f4c3f74bfa4d106d184ca206b5abccec4f (diff) | |
download | gcc-7e7397265c805a8d6623aadc039e898fea4a4be0.tar.gz |
[Ada] Remove Ada.Strings.Text_Output and child units
gcc/ada/
* libgnat/a-stobbu.adb, libgnat/a-stobbu.ads,
libgnat/a-stobfi.adb, libgnat/a-stobfi.ads,
libgnat/a-stoubu.adb, libgnat/a-stoubu.ads,
libgnat/a-stoufi.adb, libgnat/a-stoufi.ads,
libgnat/a-stoufo.adb, libgnat/a-stoufo.ads,
libgnat/a-stouut.adb, libgnat/a-stouut.ads,
libgnat/a-stteou.ads: Delete files.
* Makefile.rtl, impunit.adb: Remove references to deleted files.
Diffstat (limited to 'gcc/ada/Makefile.rtl')
-rw-r--r-- | gcc/ada/Makefile.rtl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/ada/Makefile.rtl b/gcc/ada/Makefile.rtl index ff462004f50..d712ab5320d 100644 --- a/gcc/ada/Makefile.rtl +++ b/gcc/ada/Makefile.rtl @@ -275,13 +275,7 @@ GNATRTL_NONTASKING_OBJS= \ a-stboha$(objext) \ a-stfiha$(objext) \ a-stmaco$(objext) \ - a-stobbu$(objext) \ - a-stobfi$(objext) \ a-storio$(objext) \ - a-stoubu$(objext) \ - a-stoufi$(objext) \ - a-stoufo$(objext) \ - a-stouut$(objext) \ a-strbou$(objext) \ a-stream$(objext) \ a-strsto$(objext) \ @@ -295,7 +289,6 @@ GNATRTL_NONTASKING_OBJS= \ a-strsup$(objext) \ a-strunb$(objext) \ a-ststio$(objext) \ - a-stteou$(objext) \ a-sttebu$(objext) \ a-stbuun$(objext) \ a-stbubo$(objext) \ |