diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-11-30 00:16:44 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-11-30 00:16:44 +0000 |
commit | 87cd82c81d388530f67dbd73478c00846fb99a64 (patch) | |
tree | 7bf8b99a7f95dbe1c6a1eb4e9650c43a94784582 /libcpp | |
parent | 132902177138c09803d639e12b1daebf2b9edddc (diff) | |
download | gcc-87cd82c81d388530f67dbd73478c00846fb99a64.zip gcc-87cd82c81d388530f67dbd73478c00846fb99a64.tar.gz gcc-87cd82c81d388530f67dbd73478c00846fb99a64.tar.bz2 |
Daily bump.
Diffstat (limited to 'libcpp')
-rw-r--r-- | libcpp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 8d43655..60f226e 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,10 @@ +2021-11-29 Eric Gallager <egallager@gcc.gnu.org> + + PR other/103021 + * Makefile.in: Use ETAGS variable in TAGS target. + * configure: Regenerate. + * configure.ac: Allow ETAGS variable to be overridden. + 2021-11-23 Christophe Lyon <christophe.lyon@foss.st.com> PR preprocessor/103355 |