aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-08-11 00:16:27 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-08-11 00:16:27 +0000
commit3ae564ea7410e99e533bc87f999a04b2647c831d (patch)
treec923e70c8e0661e55b58231b8ac99c572d9cd106 /libgfortran
parentd796cc7a3e719cc36f1851ca322e2877b974691b (diff)
downloadgcc-3ae564ea7410e99e533bc87f999a04b2647c831d.zip
gcc-3ae564ea7410e99e533bc87f999a04b2647c831d.tar.gz
gcc-3ae564ea7410e99e533bc87f999a04b2647c831d.tar.bz2
Daily bump.
Diffstat (limited to 'libgfortran')
-rw-r--r--libgfortran/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 4374314..12685c7 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,13 @@
+2021-08-10 Tobias Burnus <tobias@codesourcery.com>
+
+ PR libfortran/101305
+ PR fortran/101660
+ PR testsuite/101847
+ * Makefile.am (ISO_Fortran_binding.h): Create include/ in the build dir
+ and copy the include file to it.
+ (clean-local): Add for removing the 'include' directory.
+ * Makefile.in: Regenerate.
+
2021-07-28 Sandra Loosemore <sandra@codesourcery.com>
PR libfortran/101317