aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@google.com>2011-10-17 23:43:18 +0000
committerCary Coutant <ccoutant@google.com>2011-10-17 23:43:18 +0000
commitf475cf7b6c7de8970196755517e95831eb8e6b4b (patch)
treef4a02128b952d18773a894486808e4c031327a5b /gold/ChangeLog
parent4f95c8b4f140520839d5b7008dbfee9ffeb62027 (diff)
downloadgdb-f475cf7b6c7de8970196755517e95831eb8e6b4b.zip
gdb-f475cf7b6c7de8970196755517e95831eb8e6b4b.tar.gz
gdb-f475cf7b6c7de8970196755517e95831eb8e6b4b.tar.bz2
* readsyms.cc (Read_symbols::run): Don't queue an unblocker
task for members of lib groups.
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 c930618..391f015 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,5 +1,10 @@
2011-10-17 Cary Coutant <ccoutant@google.com>
+ * readsyms.cc (Read_symbols::run): Don't queue an unblocker
+ task for members of lib groups.
+
+2011-10-17 Cary Coutant <ccoutant@google.com>
+
PR gold/13288
* fileread.cc (File_read::find_view): Add assert.
(File_read::make_view): Move bounds check (replace with assert)...