diff options
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r-- | libcpp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 9665f6e16c9..526b8023b38 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,11 @@ +2017-06-21 Jakub Jelinek <jakub@redhat.com> + + * line-map.c (location_adhoc_data_update): Perform addition in + uintptr_t type rather than char * type. Read *data using + ptrdiff_t type instead of int64_t. + (get_combined_adhoc_loc): Change offset type to ptrdiff_t from + int64_t. + 2017-06-20 David Malcolm <dmalcolm@redhat.com> * include/line-map.h (class rich_location): Document that attempts |