From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: ada-text_io.ads & text_io.ads Date: Sat, 18 Nov 2017 08:26:01 +0000 Organization: A noiseless patient Spider Message-ID: References: <26846a3b-5d0a-4a25-8b5a-28ad8120c695@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="449e753eeddf55f9bba7684e65d70bb3"; logging-data="31674"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/url/tIs4L9cTSZg1/0AsZgSpZ2sEtt94=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (darwin) Cancel-Lock: sha1:Va9qa/rBUYjQBSdaR19klzIO6/k= sha1:JEEv5tnW4HdIVeLAn5iIUsGWKms= Xref: feeder.eternal-september.org comp.lang.ada:48983 Date: 2017-11-18T08:26:01+00:00 List-Id: Niklas Holsti writes: >> Perhaps GCC rules still requires it > > I seem to remember that some GNAT versions require this abbreviated > naming for the run-time-system sources. Not sure that there's a GNAT version that doesn't! Actually, the rules may be a little relaxed for non-standard RTS components: I named the file containing System.FreeRTOS.Memory s-fremem.ads as indicated by gnatkr, but the RTS will build happily with file name system-freertos-memory.adb. The 8-character filename restriction dates back to DOS days, of course. There are still references to DJGPP in the GCC sources.