diff options
author | Ian Lance Taylor <iant@google.com> | 2007-10-09 21:37:55 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2007-10-09 21:37:55 +0000 |
commit | 4f211c8bffeed1574606aeb4a3018611f3db3a21 (patch) | |
tree | 4ac241124efbbd1ce75b32a2f33169c8680f6599 /gold/gold.h | |
parent | 304fe2552d6e0821e8fdb7575f8e7ba6607a076d (diff) | |
download | gdb-4f211c8bffeed1574606aeb4a3018611f3db3a21.zip gdb-4f211c8bffeed1574606aeb4a3018611f3db3a21.tar.gz gdb-4f211c8bffeed1574606aeb4a3018611f3db3a21.tar.bz2 |
Create a note section with the version of gold.
Diffstat (limited to 'gold/gold.h')
-rw-r--r-- | gold/gold.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gold/gold.h b/gold/gold.h index 91669ee..63bcb79 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&, |