mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
Add --no-relax option.
gold/ * options.h (General_options): Set a non-NULL second help string argument for relax to allow --no-relax.
This commit is contained in:

committed by
Cary Coutant

parent
a30d3a7990
commit
223b97ba9d
@ -1164,7 +1164,8 @@ class General_options
|
||||
N_("Generate relocatable output"), NULL);
|
||||
|
||||
DEFINE_bool(relax, options::TWO_DASHES, '\0', false,
|
||||
N_("Relax branches on certain targets"), NULL);
|
||||
N_("Relax branches on certain targets"),
|
||||
N_("Do not relax branches"));
|
||||
|
||||
DEFINE_string(retain_symbols_file, options::TWO_DASHES, '\0', NULL,
|
||||
N_("keep only symbols listed in this file"), N_("FILE"));
|
||||
|
Reference in New Issue
Block a user