aboutsummaryrefslogtreecommitdiff
path: root/libbacktrace/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2013-01-01 16:13:20 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2013-01-01 16:13:20 +0000
commit2a5195d96565c6886fe9a686ecd4cbb2fa5c0e0b (patch)
tree0ea7c16439b042c659c442ddc5377a98e78a3747 /libbacktrace/ChangeLog
parent459a58e1202a88680bbd0311224bcc895964832f (diff)
downloadgcc-2a5195d96565c6886fe9a686ecd4cbb2fa5c0e0b.zip
gcc-2a5195d96565c6886fe9a686ecd4cbb2fa5c0e0b.tar.gz
gcc-2a5195d96565c6886fe9a686ecd4cbb2fa5c0e0b.tar.bz2
re PR other/55536 (libbacktrace abort in backtrace_alloc at mmap.c:99 running btest)
PR other/55536 * mmap.c (backtrace_alloc): Don't call sync functions if not threaded. (backtrace_free): Likewise. From-SVN: r194768
Diffstat (limited to 'libbacktrace/ChangeLog')
-rw-r--r--libbacktrace/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libbacktrace/ChangeLog b/libbacktrace/ChangeLog
index 9cc767b..39802c3 100644
--- a/libbacktrace/ChangeLog
+++ b/libbacktrace/ChangeLog
@@ -1,3 +1,10 @@
+2013-01-01 Ian Lance Taylor <iant@google.com>
+
+ PR other/55536
+ * mmap.c (backtrace_alloc): Don't call sync functions if not
+ threaded.
+ (backtrace_free): Likewise.
+
2012-12-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* mmapio.c: Define MAP_FAILED if not defined.
@@ -26,6 +33,7 @@
PR other/55312
* configure.ac: Only add -Werror if building a target library.
+ * configure: Rebuild.
2012-11-12 Ian Lance Taylor <iant@google.com>
Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>