aboutsummaryrefslogtreecommitdiff
path: root/libcody/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-01-13 00:16:36 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-01-13 00:16:36 +0000
commit6851dda2e7969c4ce06d49db97486213aba046e6 (patch)
tree213fe37a7299434cd8547b761c2ed47e15835855 /libcody/ChangeLog
parentcfaaa6a1ca744c1a93fa08a3e7ab2a821383cac1 (diff)
downloadgcc-6851dda2e7969c4ce06d49db97486213aba046e6.zip
gcc-6851dda2e7969c4ce06d49db97486213aba046e6.tar.gz
gcc-6851dda2e7969c4ce06d49db97486213aba046e6.tar.bz2
Daily bump.
Diffstat (limited to 'libcody/ChangeLog')
-rw-r--r--libcody/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/libcody/ChangeLog b/libcody/ChangeLog
index 6cee3b9..aa0a186 100644
--- a/libcody/ChangeLog
+++ b/libcody/ChangeLog
@@ -1,3 +1,20 @@
+2021-01-12 Nathan Sidwell <nathan@acm.org>
+
+ * Makefile.in: Remove auto parallelize, swallow Makesub.in. Don't
+ check compiler name here.
+ * Makesub.in: Delete.
+ * build-aux/config.guess: Delete.
+ * build-aux/config.sub: Delete.
+ * build-aux/install-sh: Delete.
+ * dox.cfg.in: Delete.
+ * gdbinit.in: Delete.
+ * internal.hh (BuildNote): Delete.
+ * fatal.cc (BuildNote): Delete.
+ * config.m4: Remove unneeded fns.
+ * configure.ac: Remove unneccessary checks and configures.
+ * configure: Rebuilt.
+ * config.h.in: Rebuilt.
+
2021-01-06 John David Anglin <danglin@gcc.gnu.org>
PR bootstrap/98506