aboutsummaryrefslogtreecommitdiff
path: root/libcpp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-01-13 00:16:21 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-01-13 00:16:21 +0000
commit02a8a01bf396e009bfc31e1104c315fd403b4cca (patch)
tree34ce0e2bf707d8c44fe0215f9d80a505f1ed377f /libcpp
parentcb46559cea1d554cef1138db5bfbdd0647ffbc0d (diff)
downloadgcc-02a8a01bf396e009bfc31e1104c315fd403b4cca.zip
gcc-02a8a01bf396e009bfc31e1104c315fd403b4cca.tar.gz
gcc-02a8a01bf396e009bfc31e1104c315fd403b4cca.tar.bz2
Daily bump.
Diffstat (limited to 'libcpp')
-rw-r--r--libcpp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 28f2612..a5c4e7e 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,12 @@
+2022-01-12 Clément Chigot <clement.chigot@atos.net>
+
+ * configure.ac: Check sizeof ino_t and dev_t.
+ * config.in: Regenerate.
+ * configure: Regenerate.
+ * include/cpplib.h (INO_T_CPP): Change for AIX.
+ (DEV_T_CPP): New macro.
+ (struct cpp_dir): Use it.
+
2021-12-30 Jakub Jelinek <jakub@redhat.com>
PR preprocessor/89971