ld: Fix spelling mistake in comment.
ld/ChangeLog: * ld.h (struct args_type): Fix typo in comment.
This commit is contained in:
parent
7bdf4127c3
commit
670b1a1335
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2017-06-06 Andrew Burgess <andrew.burgess@embecosm.com>
|
||||
|
||||
* ld.h (struct args_type): Fix typo in comment.
|
||||
|
||||
2017-06-06 Andrew Burgess <andrew.burgess@embecosm.com>
|
||||
|
||||
* ld.h (struct args_type): Add force_group_allocation field.
|
||||
|
|
2
ld/ld.h
2
ld/ld.h
|
@ -172,7 +172,7 @@ typedef struct
|
|||
/* If set, display the target memory usage (per memory region). */
|
||||
bfd_boolean print_memory_usage;
|
||||
|
||||
/* Shold we force section groups to be resolved? Controlled with
|
||||
/* Should we force section groups to be resolved? Controlled with
|
||||
--force-group-allocation on the command line or FORCE_GROUP_ALLOCATION
|
||||
in the linker script. */
|
||||
bfd_boolean force_group_allocation;
|
||||
|
|
Loading…
Add table
Reference in a new issue