mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-05 15:15:42 +00:00
[GOLD] fix typo in --stub-group-multi help
* options.h (--stub-group-multi): Fix typo.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user