On Jul 30, 2018, Alexandre Oliva <ol...@gnu.org> wrote:

>> for  gcc/ada

>> * 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.

I noticed I missed the gcc-interface dir in these entries.  I'm
installing this patch to gcc/ada/ChangeLog to fix it.

diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 1095165f99fb..792811fb989c 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -10,12 +10,12 @@
 2018-07-31  Alexandre Oliva  <ol...@adacore.com>
             Olivier Hainque  <hain...@adacore.com>
 
-       * 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  <char...@adacore.com>
 

-- 
Alexandre Oliva, freedom fighter   https://FSFLA.org/blogs/lxo
Be the change, be Free!         FSF Latin America board member
GNU Toolchain Engineer                Free Software Evangelist

Reply via email to