]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix a typo for "-z noextern-protected-data"
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 15 Oct 2015 17:59:55 +0000 (10:59 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 15 Oct 2015 17:59:55 +0000 (10:59 -0700)
* ld.texinfo: Fix a typo for "-z noextern-protected-data".

ld/ChangeLog
ld/ld.texinfo

index fcae5a0d6ed01896b9ff5aeaeb91d8b8330f58f1..2489e1e34a36516855f4d58fee458866a200ba38 100644 (file)
@@ -1,3 +1,7 @@
+2015-10-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ld.texinfo: Fix a typo for "-z noextern-protected-data".
+
 2015-10-15  Simon Dardis  <Simon.Dardis@imgtec.com>
 
        * ld/ldexp.c: (try_copy_symbol_flags): New. Factored out from...
index 36c8da6aa5e5d51cb5865f851e9870d184a10cb2..17cd479922d577dc351cc0be769faa2dc1526900 100644 (file)
@@ -1196,7 +1196,7 @@ Don't treat protected data symbol as external when building shared
 library.  This option overrides linker backend default.  It can be used
 to workaround incorrect relocations against protected data symbols
 generated by compiler.  Updates on protected data symbols by another
-module aren't visibile to the resulting shared library.  Supported for
+module aren't visible to the resulting shared library.  Supported for
 i386 and x86-64.
 
 @end table