diff options
Diffstat (limited to 'libcpp')
-rw-r--r-- | libcpp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index b6b6b18..1aa2764 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,15 @@ +2020-10-08 Nathan Sidwell <nathan@acm.org> + + * internal.h (enum include_type): Rename IT_MAIN_INJECT to + IT_PRE_MAIN. + * init.c (cpp_read_main_file): If there is no line marker, adjust + the initial line marker. + (read_original_filename): Return bool, peek the buffer directly + before trying to tokenize. + (read_original_directory): Likewise. Directly prod the string + literal. + * files.c (_cpp_stack_file): Adjust for IT_PRE_MAIN change. + 2020-09-26 Jakub Jelinek <jakub@redhat.com> PR bootstrap/97163 |