From d3d355272a277bfa14914624881f600e5f8b7d10 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 29 Jun 2004 15:54:37 +0000 Subject: Update. 2004-06-29 Kaz Kojima * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER): Fix branch offset for a PLT entry. --- linuxthreads/ChangeLog | 6 ++++++ linuxthreads/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'linuxthreads') diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index e5cd5efdb5..69209f8914 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,9 @@ +2004-06-29 Kaz Kojima + + * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h (CENABLE): Fix + branch offset for a PLT entry. + (CDISABLE): Likewise. + 2004-05-31 Andreas Jaeger * sysdeps/unix/sysv/linux/mips/Makefile (CFLAGS-pt-initfini.s): diff --git a/linuxthreads/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h b/linuxthreads/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h index 1ba48decb7..9fac494a9f 100644 --- a/linuxthreads/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h +++ b/linuxthreads/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h @@ -114,7 +114,7 @@ mov r0,r2; \ .align 2; \ 1: .long _GLOBAL_OFFSET_TABLE_; \ - 2: .long __local_enable_asynccancel@PLT - (0b+2-.); \ + 2: .long __local_enable_asynccancel@PLT - (0b-.); \ 3: mov.l @r15+,r12 # define CDISABLE \ @@ -129,7 +129,7 @@ nop; \ .align 2; \ 1: .long _GLOBAL_OFFSET_TABLE_; \ - 2: .long __local_disable_asynccancel@PLT - (0b+2-.); \ + 2: .long __local_disable_asynccancel@PLT - (0b-.); \ 3: mov.l @r15+,r12 # else # define CENABLE \ -- cgit v1.2.3