summaryrefslogtreecommitdiff
path: root/gold/gold.h
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2007-10-09 21:37:55 +0000
committerIan Lance Taylor <iant@google.com>2007-10-09 21:37:55 +0000
commit4f211c8bffeed1574606aeb4a3018611f3db3a21 (patch)
tree4ac241124efbbd1ce75b32a2f33169c8680f6599 /gold/gold.h
parent304fe2552d6e0821e8fdb7575f8e7ba6607a076d (diff)
Create a note section with the version of gold.
Diffstat (limited to 'gold/gold.h')
-rw-r--r--gold/gold.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gold/gold.h b/gold/gold.h
index 91669ee10d..63bcb79c96 100644
--- a/gold/gold.h
+++ b/gold/gold.h
@@ -211,6 +211,10 @@ extern void do_gold_unreachable(const char*, int, const char*)
extern void
print_version(bool print_short);
+// Get the version string.
+extern const char*
+get_version_string();
+
// Queue up the first set of tasks.
extern void
queue_initial_tasks(const General_options&,