aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-09-08 00:16:23 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-09-08 00:16:23 +0000
commitb2748138c05c6fba1a34f54980b6382bc6332f56 (patch)
treefa7444f460cff5a1a84caca1e959304e9cb5ae6c /libgfortran
parentb552c4e601c7fdc4d341e29cc1ed6081d42b00d0 (diff)
downloadgcc-b2748138c05c6fba1a34f54980b6382bc6332f56.zip
gcc-b2748138c05c6fba1a34f54980b6382bc6332f56.tar.gz
gcc-b2748138c05c6fba1a34f54980b6382bc6332f56.tar.bz2
Daily bump.
Diffstat (limited to 'libgfortran')
-rw-r--r--libgfortran/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index e27093d..89ef63d 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,23 @@
+2021-09-07 Tobias Burnus <tobias@codesourcery.com>
+
+ * Makefile.am (gfor_built_src): Depend on
+ include/ISO_Fortran_binding.h not on ISO_Fortran_binding.h.
+ (ISO_Fortran_binding.h): Rename make target to ...
+ (include/ISO_Fortran_binding.h): ... this.
+ * Makefile.in: Regenerate.
+
+2021-09-07 Sandra Loosemore <sandra@codesourcery.com>
+
+ * ISO_Fortran_binding-1-tmpl.h: Deleted.
+ * ISO_Fortran_binding-2-tmpl.h: Deleted.
+ * ISO_Fortran_binding-3-tmpl.h: Deleted.
+ * ISO_Fortran_binding.h: New file to replace the above.
+ * Makefile.am (gfor_cdir): Remove MULTISUBDIR.
+ (ISO_Fortran_binding.h): Simplify to just copy the file.
+ * Makefile.in: Regenerated.
+ * mk-kinds-h.sh: Revert pieces no longer needed for
+ ISO_Fortran_binding.h.
+
2021-09-02 Sandra Loosemore <sandra@codesourcery.com>
José Rui Faustino de Sousa <jrfsousa@gmail.com>