aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorLaurent Alfonsi <laurent.alfonsi@st.com>2014-02-03 14:55:36 -0700
committerJeff Law <law@gcc.gnu.org>2014-02-03 14:55:36 -0700
commit55428cc32908fd176450e703d58bb901b75e55db (patch)
tree56c293d9a7d1082965a2520340f25ea9f57db71f /gcc/ChangeLog
parent85942f45e92cf0d42196018892633944a234ab57 (diff)
downloadgcc-55428cc32908fd176450e703d58bb901b75e55db.zip
gcc-55428cc32908fd176450e703d58bb901b75e55db.tar.gz
gcc-55428cc32908fd176450e703d58bb901b75e55db.tar.bz2
re PR gcov-profile/58602 (.gcno files not truncated at gcov_close)
PR gcov-profile/58602 * gcc/gcov-io.c (gcov_open): Open with truncation when mode<0 From-SVN: r207441
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 118c42e..b46e05a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2014-02-03 Laurent Aflonsi <laurent.alfonsi@st.com>
+
+ PR gcov-profile/58602
+ * gcc/gcov-io.c (gcov_open): Open with truncation when mode<0
+
2014-02-03 Jan Hubicka <hubicka@ucw.cz>
PR ipa/59831