diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2017-07-16 12:46:50 -0400 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2017-07-16 12:46:50 -0400 |
commit | ce1917d0bf87f8d98c0891a85272c21bd0a46654 (patch) | |
tree | a3a2e7e31aa30c2254c97f2de54db5620b0e451c /ChangeLog | |
parent | cc407f4e81070d2db7ddc8a0528bb40bbe9d2a13 (diff) | |
download | glibc-ce1917d0bf87f8d98c0891a85272c21bd0a46654.tar.gz glibc-ce1917d0bf87f8d98c0891a85272c21bd0a46654.tar.xz glibc-ce1917d0bf87f8d98c0891a85272c21bd0a46654.zip |
Add CFI annotation.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a4a41341d6..03e9ee0e68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2017-07-16 John David Anglin <danglin@gcc.gnu.org> + * 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. + * sysdeps/unix/sysv/linux/hppa/setcontext.S (__setcontext): Likewise. + * sysdeps/unix/sysv/linux/hppa/getcontext.S (__getcontext): Fix stack offset for r19 load. |