From: Alexandre Oliva Date: Tue, 7 Aug 2018 05:54:11 +0000 (+0000) Subject: Add missing gcc-interface/ to 2018-07-31 ChangeLog entry X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a6ac1bf6002509be4d8b425eb08378c686883258;p=gcc.git Add missing gcc-interface/ to 2018-07-31 ChangeLog entry From-SVN: r263351 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 1095165f99f..792811fb989 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -10,12 +10,12 @@ 2018-07-31 Alexandre Oliva Olivier Hainque - * trans.c: Include debug.h. + * gcc-interface/trans.c: Include debug.h. (file_map): New static variable. (gigi): Set it. Create decl_to_instance_map when needed. (Subprogram_Body_to_gnu): Pass gnu_subprog_decl to... (Sloc_to_locus): ... this. Add decl parm, map it to instance. - * gigi.h (Sloc_to_locus): Adjust declaration. + * gcc-interface/gigi.h (Sloc_to_locus): Adjust declaration. 2018-07-31 Arnaud Charlet