summaryrefslogtreecommitdiff
path: root/perf
diff options
context:
space:
mode:
authorsewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2006-06-05 23:21:15 +0000
committersewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2006-06-05 23:21:15 +0000
commite4b0bf07b0ee0a18eacc5aba91686ab5fc1d327b (patch)
treea59662cd4556d513630b35cb6385433910e6b577 /perf
parent7a2505d8c054a7f3580941a54151ccf27ca88d1f (diff)
Update copyright dates.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5954 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'perf')
-rw-r--r--perf/tinycc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/tinycc.c b/perf/tinycc.c
index 2e5c051b..1c7c7423 100644
--- a/perf/tinycc.c
+++ b/perf/tinycc.c
@@ -21278,7 +21278,7 @@ static int64_t getclock_us(void)
void help(void)
{
- printf("tcc version " TCC_VERSION " - Tiny C Compiler - Copyright (C) 2001-2005 Fabrice Bellard\n"
+ printf("tcc version " TCC_VERSION " - Tiny C Compiler - Copyright (C) 2001-2006 Fabrice Bellard\n"
"usage: tcc [-v] [-c] [-o outfile] [-Bdir] [-bench] [-Idir] [-Dsym[=val]] [-Usym]\n"
" [-Wwarn] [-g] [-b] [-bt N] [-Ldir] [-llib] [-shared] [-static]\n"
" [infile1 infile2...] [-run infile args...]\n"