mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 02:50:08 +08:00
From Craig Silverstein: rework handling of Script_options.
This commit is contained in:
@ -113,8 +113,7 @@ Binary_test(Test_report*)
|
||||
Errors errors(gold::program_name);
|
||||
initialize_parameters(&errors);
|
||||
|
||||
Script_options script_options;
|
||||
General_options options(&script_options);
|
||||
General_options options;
|
||||
set_parameters_from_options(&options);
|
||||
|
||||
int fail = 0;
|
||||
|
Reference in New Issue
Block a user