mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
Fix a typo for "-z noextern-protected-data"
* ld.texinfo: Fix a typo for "-z noextern-protected-data".
This commit is contained in:
@ -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>
|
2015-10-15 Simon Dardis <Simon.Dardis@imgtec.com>
|
||||||
|
|
||||||
* ld/ldexp.c: (try_copy_symbol_flags): New. Factored out from...
|
* ld/ldexp.c: (try_copy_symbol_flags): New. Factored out from...
|
||||||
|
@ -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
|
library. This option overrides linker backend default. It can be used
|
||||||
to workaround incorrect relocations against protected data symbols
|
to workaround incorrect relocations against protected data symbols
|
||||||
generated by compiler. Updates on protected data symbols by another
|
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.
|
i386 and x86-64.
|
||||||
|
|
||||||
@end table
|
@end table
|
||||||
|
Reference in New Issue
Block a user