Minor tweaks
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 20 Jul 2017 12:54:42 +0000 (12:54 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 20 Jul 2017 12:54:42 +0000 (12:54 +0000)
From-SVN: r250386

gcc/ada/ChangeLog

index 6abf1f2..5d6939c 100644 (file)
@@ -6,7 +6,8 @@
 
 2017-07-18  Mike Frysinger  <vapier@chromium.org>
 
-       * gcc-interface/Makefile.in ($(P)): Delete.
+       * gcc-interface/Makefile.in (../../gnatmake$(exeext)): Delete $(P).
+       (../../gnatlink$(exeext)): Likewise.
 
 2017-07-15  John Paul Adrian Glaubitz  <glaubitz@physik.fu-berlin.de>
 
@@ -16,8 +17,7 @@
 
 2017-06-23  Jakub Jelinek  <jakub@redhat.com>
 
-       * gcc-interface/trans.c (gnat_to_gnu): Initialize sync to false to
-       avoid UB.
+       * gcc-interface/trans.c (gnat_to_gnu): Initialize sync to false.
 
 2017-06-21  Pierre-Marie de Rodat  <derodat@adacore.com>