aboutsummaryrefslogtreecommitdiff
path: root/gold/Makefile.am
diff options
context:
space:
mode:
authorRafael Ávila de Espíndola <respindola@mozilla.com>2009-12-17 16:02:03 +0000
committerRafael Ávila de Espíndola <respindola@mozilla.com>2009-12-17 16:02:03 +0000
commitd675ff4684242402af02908e431ed5e9fe045320 (patch)
tree45bfbe1903cf6096bd6e80327625852653480829 /gold/Makefile.am
parentff4a8d2b939133ea12e8994ff1f83d3a8e17baa2 (diff)
downloadfsf-binutils-gdb-d675ff4684242402af02908e431ed5e9fe045320.zip
fsf-binutils-gdb-d675ff4684242402af02908e431ed5e9fe045320.tar.gz
fsf-binutils-gdb-d675ff4684242402af02908e431ed5e9fe045320.tar.bz2
2009-12-17 Rafael Avila de Espindola <espindola@google.com>
* Makefile.am (CCFILES): Add timer.cc. (HFILES): Add timer.h. * configure.ac: Check for sysconf and times. * main.cc: include timer.h. (main): Use Timer instead of get_run_time. * timer.cc: New. * timer.h: New. * workqueue.cc: include timer.h. (Workqueue::find_and_run_task): Report user, sys and wall time. * Makefile.in: Regenerate. * config.in: Regenerate. * configure: Regenerate.
Diffstat (limited to 'gold/Makefile.am')
-rw-r--r--gold/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/gold/Makefile.am b/gold/Makefile.am
index 6afca17..9c9ed1a 100644
--- a/gold/Makefile.am
+++ b/gold/Makefile.am
@@ -78,6 +78,7 @@ CCFILES = \
symtab.cc \
target.cc \
target-select.cc \
+ timer.cc \
version.cc \
workqueue.cc \
workqueue-threads.cc
@@ -124,6 +125,7 @@ HFILES = \
target.h \
target-reloc.h \
target-select.h \
+ timer.h \
tls.h \
token.h \
workqueue.h \