diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-09-23 00:16:27 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-09-23 00:16:27 +0000 |
commit | 521d2711409b1af89d2d802879c2bbd716200cb6 (patch) | |
tree | 7bf3806bf9111e9ddc7721410bc889ae04ca4612 /libgcc | |
parent | 5d2d79c8d9de06dee6c7fe5782c4d4ac66463773 (diff) | |
download | gcc-521d2711409b1af89d2d802879c2bbd716200cb6.zip gcc-521d2711409b1af89d2d802879c2bbd716200cb6.tar.gz gcc-521d2711409b1af89d2d802879c2bbd716200cb6.tar.bz2 |
Daily bump.
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 2e9392f..842d814 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,9 @@ +2020-09-22 Sergei Trofimovich <siarheit@google.com> + + PR gcov-profile/96913 + * libgcov-driver.c (write_one_data): Avoid function pointer + comparison in TOP streaming decision. + 2020-09-17 Torbjörn SVENSSON <torbjorn.svensson@st.com> Christophe Lyon <christophe.lyon@linaro.org> |