aboutsummaryrefslogtreecommitdiff
path: root/gold/token.h
AgeCommit message (Collapse)AuthorFilesLines
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.