aboutsummaryrefslogtreecommitdiff
path: root/gold/token.h
AgeCommit message (Collapse)AuthorFilesLines
2010-02-11 * dirsearch.cc (Dirsearch::initialize): Add all blockers beforeIan Lance Taylor1-1/+10
queueing any tasks. * gold.cc (queue_middle_gc_tasks): Likewise. Fix final blocker. (queue_middle_tasks): Add all blockers before queueing any tasks. (queue_final_tasks): Likewise. * token.h (Task_token::add_blockers): New function. * object.h (Input_objects::number_of_relobjs): New function.
2009-12-14 Revert -Wshadow changes, all changes from:Ian Lance Taylor1-2/+2
2009-12-11 Doug Kwan <dougkwan@google.com> 2009-12-11 Nick Clifton <nickc@redhat.com> * configure.ac: Remove -Wshadow when setting WARN_CXXFLAGS.
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-2/+2
Fix up all warnings generated by the addition of this switch.
2008-03-13Update copyright years. Update language files.Ian Lance Taylor1-1/+1
2008-02-28Read input scripts which look like input objects with properIan Lance Taylor1-0/+10
serialization.
2007-12-14Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor1-0/+316
reduces the amount of locking required to find a new thread to run.