diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-05-29 00:17:16 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-05-29 00:17:16 +0000 |
commit | 2b8416972472995af12e600257b456304bba8376 (patch) | |
tree | f31299ea43cf8158ab4c0babbb49326693064c9a /libcpp/ChangeLog | |
parent | 1d6199e5f8c1c08083eeb0279f71333234fe14ad (diff) | |
download | gcc-2b8416972472995af12e600257b456304bba8376.zip gcc-2b8416972472995af12e600257b456304bba8376.tar.gz gcc-2b8416972472995af12e600257b456304bba8376.tar.bz2 |
Daily bump.
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r-- | libcpp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 1ce3a0c..be67be5 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,10 @@ +2024-05-28 David Malcolm <dmalcolm@redhat.com> + + * Makefile.in (TAGS_SOURCES): Add include/label-text.h. + * include/label-text.h: New file. + * include/rich-location.h: Include "label-text.h". + (class label_text): Move to label-text.h. + 2024-05-26 Peter Damianov <peter0x44@disroot.org> * lex.cc (do_peek_prev): Correct typo in argument to __builtin_expect() |