diff options
Diffstat (limited to 'elf/vismain.c')
-rw-r--r-- | elf/vismain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/vismain.c b/elf/vismain.c index 4ee0130..870ab15 100644 --- a/elf/vismain.c +++ b/elf/vismain.c @@ -16,7 +16,7 @@ <https://www.gnu.org/licenses/>. */ /* This file must be compiled as PIE to avoid copy relocation when - accessing protected symbols defined in shared libaries since copy + accessing protected symbols defined in shared libraries since copy relocation doesn't work with protected symbols and linker in binutils 2.26 enforces this rule. */ |