From 5a6f7e2db556f93765b75baf2d1ee1509225410d Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 30 Nov 2006 23:52:50 +0000 Subject: Added a testsuite. More support for COPY relocations. --- gold/gold.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gold/gold.h') diff --git a/gold/gold.h b/gold/gold.h index 78c106f..e4cd786 100644 --- a/gold/gold.h +++ b/gold/gold.h @@ -137,6 +137,7 @@ namespace gold { class General_options; +class Command_line; class Input_argument_list; class Dirsearch; class Input_objects; @@ -180,7 +181,7 @@ extern void do_gold_unreachable(const char*, int, const char*) extern void queue_initial_tasks(const General_options&, const Dirsearch&, - const Input_argument_list&, + const Command_line&, Workqueue*, Input_objects*, Symbol_table*, -- cgit v1.1