diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-03-08 19:35:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-03-08 19:35:36 +0000 |
commit | 8acb4b81f685b57fb55e884b73b515f9b9aa0ace (patch) | |
tree | b04c4d65864a326323b1051354caaf0cbddf1575 /nptl/sysdeps/unix/sysv/linux/powerpc/Versions | |
parent | 3d96c0d8ee1d6305dfade404b84af1b633a9f2e7 (diff) | |
download | glibc-8acb4b81f685b57fb55e884b73b515f9b9aa0ace.tar glibc-8acb4b81f685b57fb55e884b73b515f9b9aa0ace.tar.gz glibc-8acb4b81f685b57fb55e884b73b515f9b9aa0ace.tar.bz2 glibc-8acb4b81f685b57fb55e884b73b515f9b9aa0ace.zip |
Update.
2004-03-08 Ulrich Drepper <drepper@redhat.com>
* sysdeps/powerpc/powerpc64/dl-machine.c (_dl_reloc_overflow):
Don't use INTUSE with _dl_signal_error.
2004-03-08 Steven Munroe <sjmunroe@us.ibm.com>
* sysdeps/powerpc/powerpc64/dl-machine.c(_dl_reloc_overflow): Replace
INTUSE with GLRO.
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/powerpc/Versions')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/powerpc/Versions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/powerpc/Versions b/nptl/sysdeps/unix/sysv/linux/powerpc/Versions index f63cf41358..9977847984 100644 --- a/nptl/sysdeps/unix/sysv/linux/powerpc/Versions +++ b/nptl/sysdeps/unix/sysv/linux/powerpc/Versions @@ -1,5 +1,5 @@ libpthread { GLIBC_2.3.4 { - longjmp; siglongjmp; + longjmp; siglongjmp; } } |