about summary refs log tree commit diff
path: root/nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-06-29 15:54:37 +0000
committerUlrich Drepper <drepper@redhat.com>2004-06-29 15:54:37 +0000
commitd3d355272a277bfa14914624881f600e5f8b7d10 (patch)
treed08f42a0ff9949cb7a25c9529851eca8d7c6211d /nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S
parent5fa2f83c9e1ae975ee381214cb23a4538c6e452d (diff)
downloadglibc-d3d355272a277bfa14914624881f600e5f8b7d10.tar.gz
glibc-d3d355272a277bfa14914624881f600e5f8b7d10.tar.xz
glibc-d3d355272a277bfa14914624881f600e5f8b7d10.zip
Update.
2004-06-29  Kaz Kojima  <kkojima@rr.iij4u.or.jp>

	* sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
	Fix branch offset for a PLT entry.
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S b/nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S
index 9b583a8317..02af56b4c7 100644
--- a/nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S
+++ b/nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S
@@ -210,7 +210,7 @@ __pthread_once:
 
 	.align	2
 .Lsigsetjmp:
-	.long	__sigsetjmp@PLT-(.Lsigsetjmp0+2-.)
+	.long	__sigsetjmp@PLT-(.Lsigsetjmp0-.)
 .Lcpush:
 	.long	HIDDEN_JUMPTARGET(__pthread_register_cancel)-.Lcpush0
 .Lcpop: