diff options
author | 2017-07-16 10:51:13 -0400 | |
---|---|---|
committer | 2017-07-16 10:51:13 -0400 | |
commit | df3d455b23f3b901ecc1e4b7f1a600943f04471b (patch) | |
tree | 1b5981b9acafc67d85550d715d115f2b0d7950a8 /ChangeLog | |
parent | Regenerate libc.pot (diff) | |
download | glibc-df3d455b23f3b901ecc1e4b7f1a600943f04471b.tar.gz glibc-df3d455b23f3b901ecc1e4b7f1a600943f04471b.tar.bz2 glibc-df3d455b23f3b901ecc1e4b7f1a600943f04471b.zip |
Fix [BZ 20098].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2017-07-16 John David Anglin <danglin@gcc.gnu.org> + + [BZ 20098] + * sysdeps/hppa/dl-fptr.c (_dl_read_access_allowed): New. + (_dl_lookup_address): Return address if it is not consistent with + being a linker defined function pointer. Likewise, return address + if address and function descriptor addresses are not accessible. + 2017-07-16 Siddhesh Poyarekar <siddhesh@sourceware.org> * po/libc.pot: Regenerate. |