diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2017-07-16 12:59:00 -0400 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2017-07-16 12:59:00 -0400 |
commit | 1903b38c6599129d9c09d5cffc9ca7cbeb50b100 (patch) | |
tree | e3dc14dc7218c471639cfc6330e5ba448d32adb5 /ChangeLog | |
parent | ce1917d0bf87f8d98c0891a85272c21bd0a46654 (diff) | |
download | glibc-1903b38c6599129d9c09d5cffc9ca7cbeb50b100.tar.gz glibc-1903b38c6599129d9c09d5cffc9ca7cbeb50b100.tar.xz glibc-1903b38c6599129d9c09d5cffc9ca7cbeb50b100.zip |
Return to caller if dl_fixup fails to resolve callee on hppa.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 03e9ee0e68..4e3d106fef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2017-07-16 John David Anglin <danglin@gcc.gnu.org> + * sysdeps/hppa/dl-trampoline.S (_dl_runtime_resolve): Return to caller + if _dl_fixup fails. + * sysdeps/unix/sysv/linux/hppa/clone.S (__clone): Add .cfi annotation. * sysdeps/unix/sysv/linux/hppa/getcontext.S (__getcontext): Likewise. * sysdeps/unix/sysv/linux/hppa/pt-vfork.S (__vfork): Likewise. |