From: H.J. Lu Date: Thu, 21 Jun 2012 17:17:07 +0000 (-0700) Subject: Fix a typo in i386 SYSCALL_PIC_SETUP X-Git-Tag: glibc-2.16-tps~20 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=1f1509082e66d1ddd8a710639aba0f4ea0815157;p=glibc.git Fix a typo in i386 SYSCALL_PIC_SETUP --- diff --git a/ChangeLog b/ChangeLog index 01bb5c49af..0c4438037b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-06-21 H.J. Lu + + [BZ #14278] + * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo. + 2012-06-21 Jeff Law [BZ #13882] diff --git a/sysdeps/i386/sysdep.h b/sysdeps/i386/sysdep.h index ba00d65c51..b31caab0f7 100644 --- a/sysdeps/i386/sysdep.h +++ b/sysdeps/i386/sysdep.h @@ -160,7 +160,7 @@ GET_PC_THUNK(reg): \ call 0f; \ 0: popl %ebx; \ cfi_adjust_cfa_offset (-4); \ - addl $_GLOBAL_OFFSET_TABLE+[.-0b], %ebx; + addl $_GLOBAL_OFFSET_TABLE_+[.-0b], %ebx; #else #define JUMPTARGET(name) name