summaryrefslogtreecommitdiff
path: root/gold/Makefile.am
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2007-12-14 19:00:21 +0000
committerIan Lance Taylor <iant@google.com>2007-12-14 19:00:21 +0000
commit5438a5585056dd94d74935c6c4dec64198f8b4ed (patch)
tree18fdcaf130c78b864380b67274745c261c00ff7a /gold/Makefile.am
parent6d8f99e3112365bad0d2cbbec964ae07ac1f2f2d (diff)
downloadbinutils-redhat-5438a5585056dd94d74935c6c4dec64198f8b4ed.tar.gz
Rewrite workqueue. This version eliminates the master thread, and
reduces the amount of locking required to find a new thread to run.
Diffstat (limited to 'gold/Makefile.am')
-rw-r--r--gold/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gold/Makefile.am b/gold/Makefile.am
index 59501c6477..ce17e96ed7 100644
--- a/gold/Makefile.am
+++ b/gold/Makefile.am
@@ -87,6 +87,7 @@ HFILES = \
target-reloc.h \
target-select.h \
tls.h \
+ token.h \
workqueue.h \
workqueue-internal.h