From: Arnaud Charlet Date: Sat, 24 Oct 2020 11:14:15 +0000 (+0000) Subject: [Ada] Remove all ^L characters X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e76a8cacb47ce3c2d487a2f5818a30e655d9c894;p=gcc.git [Ada] Remove all ^L characters gcc/ada/ * gcc-interface/Makefile.in, gcc-interface/trans.c: Remove ^L characters. --- diff --git a/gcc/ada/gcc-interface/Makefile.in b/gcc/ada/gcc-interface/Makefile.in index a6325aa2818..836fcbef400 100644 --- a/gcc/ada/gcc-interface/Makefile.in +++ b/gcc/ada/gcc-interface/Makefile.in @@ -216,7 +216,7 @@ endif ifneq ($(xmake_file),) include $(xmake_file) endif - + # Now figure out from those variables how to compile and link. all.indirect: Makefile ../gnat1$(exeext) @@ -311,7 +311,7 @@ Makefile: ../config.status $(srcdir)/ada/gcc-interface/Makefile.in $(srcdir)/ada # This tells GNU make version 3 not to export all the variables # defined in this file into the environment. .NOEXPORT: - + # Lists of files for various purposes. GNATLINK_OBJS = gnatlink.o \ diff --git a/gcc/ada/gcc-interface/trans.c b/gcc/ada/gcc-interface/trans.c index 4bd9c8dafca..0eec1788e05 100644 --- a/gcc/ada/gcc-interface/trans.c +++ b/gcc/ada/gcc-interface/trans.c @@ -1333,7 +1333,7 @@ Identifier_to_gnu (Node_Id gnat_node, tree *gnu_result_type_p) return gnu_result; } - + /* Subroutine of gnat_to_gnu to process gnat_node, an N_Pragma. Return any statements we generate. */