aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2010-02-23 17:42:26 +0000
committerIan Lance Taylor <ian@airs.com>2010-02-23 17:42:26 +0000
commit135b9c78b2e0da945e37dcd9e1206c6715854d44 (patch)
tree80ab95ab9ff4f534a4550257ffbbdef7a1a95cb7 /gold/ChangeLog
parente707a91d99f5c250c14bf5b9d8fdac0358bb2693 (diff)
downloadgdb-135b9c78b2e0da945e37dcd9e1206c6715854d44.zip
gdb-135b9c78b2e0da945e37dcd9e1206c6715854d44.tar.gz
gdb-135b9c78b2e0da945e37dcd9e1206c6715854d44.tar.bz2
* gold.cc (queue_middle_tasks): If no input files were opened,
exit. * workqueue.h (Task_function::Task_function): Assert that there is a blocker.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 056a506..45017f2 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,11 @@
+2010-02-23 Viktor Kutuzov <vkutuzov@accesssoftek.com>
+ Ian Lance Taylor <iant@google.com>
+
+ * gold.cc (queue_middle_tasks): If no input files were opened,
+ exit.
+ * workqueue.h (Task_function::Task_function): Assert that there is
+ a blocker.
+
2010-02-22 Doug Kwan <dougkwan@google.com>
* gold-threads.h (Once::~Once): Explicitly define virtual destructor.