This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Fix a typo for "-z noextern-protected-data"


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=4dba69b9ba9d2f2f05f75de29f0d3bc655e75a48

commit 4dba69b9ba9d2f2f05f75de29f0d3bc655e75a48
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu Oct 15 10:59:55 2015 -0700

    Fix a typo for "-z noextern-protected-data"
    
    	* ld.texinfo: Fix a typo for "-z noextern-protected-data".

Diff:
---
 ld/ChangeLog  | 4 ++++
 ld/ld.texinfo | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index fcae5a0..2489e1e 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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...
diff --git a/ld/ld.texinfo b/ld/ld.texinfo
index 36c8da6..17cd479 100644
--- a/ld/ld.texinfo
+++ b/ld/ld.texinfo
@@ -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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]