diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-11-29 10:16:35 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-11-29 10:16:35 +0100 |
commit | b36528936449d2e800db8833869d108a20653c96 (patch) | |
tree | bf72453076bccca5b03f3197e1203788b3b74a80 /ChangeLog | |
parent | 76388b236a7089f6ee5dc0a566caa518132f16bd (diff) | |
download | glibc-b36528936449d2e800db8833869d108a20653c96.zip glibc-b36528936449d2e800db8833869d108a20653c96.tar.gz glibc-b36528936449d2e800db8833869d108a20653c96.tar.bz2 |
powerpc: Add hidden definition for __sigsetjmp
There already is a hidden prototype for __sigsetjmp, but the
architecture-specific definition was missing.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2016-11-29 Florian Weimer <fweimer@redhat.com> + * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI___sigsetjmp): + Define. + * sysdeps/powerpc/powerpc32/setjmp.S (__sigsetjmp): Add hidden + definition. + +2016-11-29 Florian Weimer <fweimer@redhat.com> + * sysdeps/powerpc/powerpc32/fpu/__longjmp.S (__longjmp): Remove version and turn into strong alias. Remove compat symbol. |