diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-06-18 00:16:37 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-06-18 00:16:37 +0000 |
commit | aff95ee7cc2c046d69ff6f79990930fb22e0e808 (patch) | |
tree | c43f37859615730e064b1483e4655b7afc411ff2 /libgcc | |
parent | 4f2ab6b89e170f1343f935761481c3745fe603b1 (diff) | |
download | gcc-aff95ee7cc2c046d69ff6f79990930fb22e0e808.zip gcc-aff95ee7cc2c046d69ff6f79990930fb22e0e808.tar.gz gcc-aff95ee7cc2c046d69ff6f79990930fb22e0e808.tar.bz2 |
Daily bump.
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 63167c3..a569a41 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,18 @@ +2020-06-17 Samuel Thibault <samuel.thibault@gnu.org> + + * config.host (md_unwind_header) <i[34567]86-*-gnu*>: Set to + 'i386/gnu-unwind.h' + * config/i386/gnu-unwind.h: New file. + +2020-06-17 Martin Liska <mliska@suse.cz> + + * libgcov-util.c (read_gcda_finalize): Remove const operator. + (merge_wrapper): Add both counts and use them properly. + (topn_to_memory_representation): New function. + (gcov_merge): Covert on disk representation to in memory + representation. + * libgcov.h: Remove const operator. + 2020-06-15 Max Filippov <jcmvbkbc@gmail.com> * configure: Regenerate. |