summaryrefslogtreecommitdiff
path: root/libbacktrace/ChangeLog
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2015-09-08 13:49:19 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2015-09-08 13:49:19 +0000
commit37bab844414c75d11ae46f45196562993de6ae6a (patch)
tree922827d6ed2bdc06141a7e931cb78708f108bbc1 /libbacktrace/ChangeLog
parent341ae9046a15a5edc6fdf5fce6b57ced59042b5b (diff)
PR other/67457
* mmap.c (backtrace_alloc): Correct test for mmap failure. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227529 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libbacktrace/ChangeLog')
-rw-r--r--libbacktrace/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libbacktrace/ChangeLog b/libbacktrace/ChangeLog
index f44a73d7cc09..92ec7a13c4ad 100644
--- a/libbacktrace/ChangeLog
+++ b/libbacktrace/ChangeLog
@@ -1,3 +1,8 @@
+2015-09-08 Ian Lance Taylor <iant@google.com>
+
+ PR other/67457
+ * mmap.c (backtrace_alloc): Correct test for mmap failure.
+
2015-08-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
* configure.ac: For spu-*-* targets, set have_fcntl to no.