diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2016-09-03 07:42:15 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2016-09-03 07:42:15 +0000 |
commit | f11fcc3f40415ca8849707f945765ff86290c6b1 (patch) | |
tree | a687e42116f5148be646dcd2a19000bd19c39b60 /gnu | |
parent | 5bd4ac638322f955b2cbc644aef43969260ac836 (diff) |
Mark the PLT as RWX so that ld.so's generic RWX->RW->RX logic can be
used and the m88k-specific logic can be retired
ok and testing aoyama@
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils-2.17/bfd/elf32-m88k.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils-2.17/bfd/elf32-m88k.c b/gnu/usr.bin/binutils-2.17/bfd/elf32-m88k.c index 174f2cecdf6..d411f267e32 100644 --- a/gnu/usr.bin/binutils-2.17/bfd/elf32-m88k.c +++ b/gnu/usr.bin/binutils-2.17/bfd/elf32-m88k.c @@ -2122,7 +2122,7 @@ elf_m88k_plt_sym_val (bfd_vma i, const asection *plt, #define elf_backend_can_gc_sections 1 #define elf_backend_can_refcount 1 #define elf_backend_want_got_plt 1 -#define elf_backend_plt_readonly 1 +#define elf_backend_plt_readonly 0 #define elf_backend_want_plt_sym 0 #define elf_backend_got_header_size 12 #define elf_backend_rela_normal 1 |