gcc/ada/ChangeLog:
* gcc-interface/Make-lang.in: Remove ^L characters.
* gcc-interface/decl.c (create_concat_name): Add cast.
MKDIR = mkdir -p
RM = rm -f
RMDIR = rm -rf
-\f
+
# Extra flags to pass to recursive makes.
COMMON_ADAFLAGS= -gnatpg
doc/gnat-style.pdf: ada/gnat-style.texi $(gcc_docdir)/include/fdl.texi
$(TEXI2PDF) -c -I $(abs_docdir)/include -o $@ $<
-\f
# Install hooks:
# gnat1 is installed elsewhere as part of $(COMPILERS).
-$(RM) ada/nmake.ads
-$(RM) ada/treeprs.ads
-$(RM) ada/snames.ads ada/snames.adb ada/snames.h
-\f
+
# Stage hooks:
# The main makefile has already created stage?/ada
touch $$GCC_RUNTEST_PARALLELIZE_DIR/finished
.PHONY: check-acats $(check_acats_targets)
-\f
+
# Compiling object files from source files.
# Ada language specific files.
{
const Entity_Kind kind = Ekind (gnat_entity);
const bool has_suffix = (suffix != NULL);
- String_Template temp = {1, has_suffix ? strlen (suffix) : 0};
+ String_Template temp = {1, has_suffix ? (int) strlen (suffix) : 0};
String_Pointer sp = {suffix, &temp};
Get_External_Name (gnat_entity, has_suffix, sp);