+2018-05-29 Arnaud Charlet <charlet@adacore.com>
+
+ * gcc-interface/Makefile.in: Fix typos.
+
2018-05-29 Ed Schonberg <schonberg@adacore.com>
* exp_ch7.adb (Build_Finalizer_Call): Attach to tree the reference to
# Shared library version
LIB_VERSION = $(strip $(shell grep ' Library_Version :' $(fsrcpfx)ada/gnatvsn.ads | sed -e 's/.*"\(.*\)".*/\1/'))
-# Additionnal object files from C source to be added to libgnat.
+# Additional object files from C source to be added to libgnat.
EXTRA_LIBGNAT_OBJS=
-# Additionnal C source files to be added to libgnat without corresponding
+# Additional C source files to be added to libgnat without corresponding
# object file (#included files). This should include at least the GNAT
# specific header files required to rebuild the runtime library from sources.
EXTRA_LIBGNAT_SRCS=
-# Additionnal object files from Ada sources to be added in libgnat
+# Additional object files from Ada sources to be added in libgnat
EXTRA_GNATRTL_NONTASKING_OBJS=
-# Additionnal object files from Ada sources to be added in libgnarl
+# Additional object files from Ada sources to be added in libgnarl
EXTRA_GNATRTL_TASKING_OBJS=
# Subsets of extra libgnat sources that always go together