diff options
author | David Abdurachmanov <david.abdurachmanov@gmail.com> | 2019-04-09 13:25:29 +0200 |
---|---|---|
committer | Palmer Dabbelt <palmer@sifive.com> | 2019-04-25 10:53:08 -0700 |
commit | deacca0054a1c42151ac027171ef3c2aba6bc566 (patch) | |
tree | cd725f2c60bafcd8ebe21f6b62b7718cadff819d /ChangeLog | |
parent | b5ffdc48c20ae865b197b67e5a9068a528fbc198 (diff) | |
download | glibc-deacca0054a1c42151ac027171ef3c2aba6bc566.zip glibc-deacca0054a1c42151ac027171ef3c2aba6bc566.tar.gz glibc-deacca0054a1c42151ac027171ef3c2aba6bc566.tar.bz2 |
riscv: remove DL_RO_DYN_SECTION
While working on enabling D front-end (GDC) in GCC we noticed that
druntime was segfaulting if it is linked dynamically. This was tracked
to DL_RO_DYN_SECTION.
DL_RO_DYN_SECTION lines seem to be copied from MIPS file (which is the
only user of it), but the comment doesn't apply to RISC-V. There is no
such requirement in RISC-V ABI.
[BZ#24484]
* sysdeps/riscv/ldsodefs.h: Remove DL_RO_DYN_SECTION as it is not
required by RISC-V ABI.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2019-04-25 David Abdurachmanov <david.abdurachmanov@gmail.com> + + [BZ#24484] + * sysdeps/riscv/ldsodefs.h (DL_RO_DYN_SECTION): Remove. + 2019-04-25 Florian Weimer <fweimer@redhat.com> benchtests: Enable BIND_NOW if configured with --enable-bind-now. |