diff options
author | Yuri Chornovian <yurchor@ukr.net> | 2017-07-18 16:58:14 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-07-18 16:58:14 +0100 |
commit | de194d8575765da6c7905d09b8675c59fad035e9 (patch) | |
tree | b5d104395b4fb836d6b3a7687faa48d6a2544210 /ld | |
parent | c5ed057625f886b14d9def3fa7488fd8bbbf7dd3 (diff) | |
download | fsf-binutils-gdb-de194d8575765da6c7905d09b8675c59fad035e9.zip fsf-binutils-gdb-de194d8575765da6c7905d09b8675c59fad035e9.tar.gz fsf-binutils-gdb-de194d8575765da6c7905d09b8675c59fad035e9.tar.bz2 |
Fix spelling typos.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 6 | ||||
-rw-r--r-- | ld/ld.texinfo | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-elfcomm/elfcomm.exp | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index ba03ae4..23babe3 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2017-07-18 Nick Clifton <nickc@redhat.com> + + PR 21775 + * ld.texinfo: Fix spelling typos. + * testsuite/ld-elfcomm/elfcomm.exp: Likewise. + 2017-07-17 H.J. Lu <hongjiu.lu@intel.com> * testsuite/ld-i386/i386.exp: Run pie1 and pie1-nacl. diff --git a/ld/ld.texinfo b/ld/ld.texinfo index bb5f719..987816f 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -7888,7 +7888,7 @@ application will behave unexpectedly. @code{PRIVATE}: Put the symbol in the DLL's export table, but do not put it into the static import library used to resolve imports at link time. The symbol can still be imported using the @code{LoadLibrary/GetProcAddress} -API at runtime or by by using the GNU ld extension of linking directly to +API at runtime or by using the GNU ld extension of linking directly to the DLL without an import library. See ld/deffilep.y in the binutils sources for the full specification of diff --git a/ld/testsuite/ld-elfcomm/elfcomm.exp b/ld/testsuite/ld-elfcomm/elfcomm.exp index da33768..83fa8ef 100644 --- a/ld/testsuite/ld-elfcomm/elfcomm.exp +++ b/ld/testsuite/ld-elfcomm/elfcomm.exp @@ -101,7 +101,7 @@ proc test_sort_common {} { test_sort_common -set test1 "size/aligment change of common symbols" +set test1 "size/alignment change of common symbols" set test1w1 "$test1 (warning 1)" set test1w2 "$test1 (warning 2)" set test1c1 "$test1 (change 1)" |