mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-30 00:52:16 +08:00
ld: Fix spelling mistake in comment.
ld/ChangeLog: * ld.h (struct args_type): Fix typo in comment.
This commit is contained in:
@ -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>
|
2017-06-06 Andrew Burgess <andrew.burgess@embecosm.com>
|
||||||
|
|
||||||
* ld.h (struct args_type): Add force_group_allocation field.
|
* 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). */
|
/* If set, display the target memory usage (per memory region). */
|
||||||
bfd_boolean print_memory_usage;
|
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
|
--force-group-allocation on the command line or FORCE_GROUP_ALLOCATION
|
||||||
in the linker script. */
|
in the linker script. */
|
||||||
bfd_boolean force_group_allocation;
|
bfd_boolean force_group_allocation;
|
||||||
|
Reference in New Issue
Block a user