From 4f211c8bffeed1574606aeb4a3018611f3db3a21 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 9 Oct 2007 21:37:55 +0000 Subject: Create a note section with the version of gold. --- gold/gold.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gold/gold.h') diff --git a/gold/gold.h b/gold/gold.h index 91669ee10d4..63bcb79c960 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&, -- cgit v1.2.1