Remove ada/ prefix
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 11 Nov 2017 11:24:36 +0000 (11:24 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 11 Nov 2017 11:24:36 +0000 (11:24 +0000)
From-SVN: r254649

gcc/ada/ChangeLog

index 7806ad5..edf87c3 100644 (file)
@@ -1,8 +1,8 @@
 2017-11-10  Martin Sebor  <msebor@redhat.com>
 
        PR c/81117
-       * ada/adadecode.c (__gnat_decode): Use memcpy instead of strncpy.
-       * ada/argv.c (__gnat_fill_arg, __gnat_fill_env): Same.
+       * adadecode.c (__gnat_decode): Use memcpy instead of strncpy.
+       * argv.c (__gnat_fill_arg, __gnat_fill_env): Likewise.
 
 2017-11-10  Eric Botcazou  <ebotcazou@adacore.com>