diff options
author | Andreas Schwab <schwab@suse.de> | 2019-07-03 13:52:49 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2019-07-04 14:55:58 +0200 |
commit | 484b7af3ccb782ccb3491b541a68de9c5d6f063b (patch) | |
tree | 24ddb47606e8342fb668ea9500a11d82eca08e52 /ChangeLog | |
parent | 2b8a3c86e7606cf1b0a997dad8af2d45ae8989c3 (diff) | |
download | glibc-484b7af3ccb782ccb3491b541a68de9c5d6f063b.tar.gz glibc-484b7af3ccb782ccb3491b541a68de9c5d6f063b.tar.xz glibc-484b7af3ccb782ccb3491b541a68de9c5d6f063b.zip |
riscv: restore ABI compatibility (bug 24484)
The contents of the dynamic section are part of the ABI, thus DL_RO_DYN_SECTION cannot be changed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index fe5fd79eac..fbe5cd8648 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-07-04 Andreas Schwab <schwab@suse.de> + + [BZ #24484] + * sysdeps/riscv/ldsodefs.h (DL_RO_DYN_SECTION): Define. + 2019-07-04 Szabolcs Nagy <szabolcs.nagy@arm.com> * sysdeps/aarch64/Makefile: Install sys/ifunc.h and add tests. |