summaryrefslogtreecommitdiff
path: root/ld/ld.c
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ld.c')
-rw-r--r--ld/ld.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/ld.c b/ld/ld.c
index 9b9883b..24391ca 100644
--- a/ld/ld.c
+++ b/ld/ld.c
@@ -99,6 +99,8 @@ char **argv;
else
switch (arg[1])
{
+ case 'v':
+ version_msg();
case 'r': /* relocatable output */
#ifndef REL_OUTPUT
#ifndef MSDOS