aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorEvgeniy Dushistov <dushistov@mail.ru>2014-11-07 16:12:58 -0800
committerCary Coutant <ccoutant@google.com>2014-11-07 16:12:58 -0800
commitd37ffe2537a2ec5a22abfaad316a640a40cccda1 (patch)
tree98f069f1e66350e7afa5383a91ecc46a667c1d6a /gold/ChangeLog
parent8ee35f2ab5f91c7a558009ff9ba341dc7133ef4c (diff)
downloadgdb-d37ffe2537a2ec5a22abfaad316a640a40cccda1.zip
gdb-d37ffe2537a2ec5a22abfaad316a640a40cccda1.tar.gz
gdb-d37ffe2537a2ec5a22abfaad316a640a40cccda1.tar.bz2
Fix race condition when using --threads with linker plugins.
2014-11-06 Evgeniy Dushistov <dushistov@mail.ru> gold/ * plugin.cc: use lock to searialize calls of Plugin_manager::claim_file * plugin.h: add lock definition
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 4901215..5c719fc 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,8 @@
+2014-11-06 Evgeniy Dushistov <dushistov@mail.ru>
+
+ * plugin.cc: use lock to searialize calls of Plugin_manager::claim_file
+ * plugin.h: add lock definition
+
2014-10-29 Han Shen <shenhan@google.com>
Jing Yu <jingyu@google.com>