From a0451b389c933e7b8938bdaa5c057c2c9a7428f1 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 30 Oct 2007 06:27:03 +0000 Subject: From Craig Silverstein: Implement OPTION in linker scripts. --- gold/options.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gold/options.h') diff --git a/gold/options.h b/gold/options.h index 208c62a..4b774ac 100644 --- a/gold/options.h +++ b/gold/options.h @@ -696,6 +696,11 @@ class Command_line void process(int argc, char** argv); + // Process one command-line option. This takes the index of argv to + // process, and returns the index for the next option. + int + process_one_option(int argc, char** argv, int i, bool* no_more_options); + // Handle a -l option. int process_l_option(int, char**, char*, bool); -- cgit v1.1