diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-01-13 00:16:36 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-01-13 00:16:36 +0000 |
commit | 6851dda2e7969c4ce06d49db97486213aba046e6 (patch) | |
tree | 213fe37a7299434cd8547b761c2ed47e15835855 /libcody | |
parent | cfaaa6a1ca744c1a93fa08a3e7ab2a821383cac1 (diff) | |
download | gcc-6851dda2e7969c4ce06d49db97486213aba046e6.zip gcc-6851dda2e7969c4ce06d49db97486213aba046e6.tar.gz gcc-6851dda2e7969c4ce06d49db97486213aba046e6.tar.bz2 |
Daily bump.
Diffstat (limited to 'libcody')
-rw-r--r-- | libcody/ChangeLog | 17 |
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 |