[GOLD] fix typo in --stub-group-multi help
* options.h (--stub-group-multi): Fix typo.
This commit is contained in:
parent
da17fe9de9
commit
69a2af1016
@ -1,3 +1,7 @@
|
||||
2016-12-08 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* options.h (--stub-group-multi): Fix typo.
|
||||
|
||||
2016-12-07 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* options.h (--stub-group-multi): New PowerPC option.
|
||||
|
||||
@ -1220,7 +1220,7 @@ class General_options
|
||||
N_("SIZE"));
|
||||
|
||||
DEFINE_bool(stub_group_multi, options::TWO_DASHES, '\0', false,
|
||||
N_("(PowerpC only) Allow a group of stubs to serve multiple "
|
||||
N_("(PowerPC only) Allow a group of stubs to serve multiple "
|
||||
"output sections"), NULL);
|
||||
|
||||
DEFINE_uint(split_stack_adjust_size, options::TWO_DASHES, '\0', 0x4000,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user