aboutsummaryrefslogtreecommitdiff
path: root/tccelf.c
diff options
context:
space:
mode:
authorgrischka <grischka>2008-03-31 19:49:14 +0000
committergrischka <grischka>2008-03-31 19:49:14 +0000
commita327c7a55245536a00539f46b0cee689875e3754 (patch)
treee5a1878e82f395986b08e15fe0fe72d63b158a8d /tccelf.c
parent4d9aaacc8547c5fad323c9d9a69dfcdcffa1b8b6 (diff)
downloadtinycc-a327c7a55245536a00539f46b0cee689875e3754.tar.gz
tinycc-a327c7a55245536a00539f46b0cee689875e3754.tar.bz2
added verbosity levels (-vv -vvv)
Diffstat (limited to 'tccelf.c')
-rw-r--r--tccelf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tccelf.c b/tccelf.c
index 2563197..40ffc71 100644
--- a/tccelf.c
+++ b/tccelf.c
@@ -1664,6 +1664,8 @@ int tcc_output_file(TCCState *s1, const char *filename)
goto fail;
}
f = fdopen(fd, "wb");
+ if (verbose)
+ printf("<- %s\n", filename);
#ifdef TCC_TARGET_COFF
if (s1->output_format == TCC_OUTPUT_FORMAT_COFF) {