|
|
|
@ -377,6 +377,9 @@ options::Command_line_options::options[] = |
|
|
|
NULL, TWO_DASHES, &General_options::set_stats), |
|
|
|
GENERAL_ARG('\0', "sysroot", N_("Set target system root directory"), |
|
|
|
N_("--sysroot DIR"), TWO_DASHES, &General_options::set_sysroot), |
|
|
|
GENERAL_ARG('T', "script", N_("Read linker script"), |
|
|
|
N_("-T FILE, --script FILE"), TWO_DASHES, |
|
|
|
&General_options::set_script), |
|
|
|
GENERAL_ARG('\0', "Ttext", N_("Set the address of the .text section"), |
|
|
|
N_("-Ttext ADDRESS"), ONE_DASH, |
|
|
|
&General_options::set_text_segment_address), |
|
|
|
|