diff options
author | Andrew Burgess <andrew.burgess@embecosm.com> | 2017-06-06 10:15:27 +0100 |
---|---|---|
committer | Andrew Burgess <andrew.burgess@embecosm.com> | 2017-06-06 10:15:27 +0100 |
commit | 670b1a13351f34c38ea1abb6cb20e247fb002015 (patch) | |
tree | c51a432dc49d6585c1eac7769c3870ede08d99a7 | |
parent | ld: Allow section groups to be resolved as part of a relocatable link (diff) | |
download | binutils-gdb-670b1a13351f34c38ea1abb6cb20e247fb002015.tar.gz binutils-gdb-670b1a13351f34c38ea1abb6cb20e247fb002015.tar.bz2 binutils-gdb-670b1a13351f34c38ea1abb6cb20e247fb002015.zip |
ld: Fix spelling mistake in comment.
ld/ChangeLog:
* ld.h (struct args_type): Fix typo in comment.
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/ld.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index e80477ffafc..cb30ebfa85e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,9 @@ 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. * ldgram.y: Add support for FORCE_GROUP_ALLOCATION. * ldlex.h: Likewise. @@ -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; |