Fix a typo in i386 SYSCALL_PIC_SETUP
This commit is contained in:
parent
28363bbf70
commit
1f1509082e
@ -1,3 +1,8 @@
|
||||
2012-06-21 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
[BZ #14278]
|
||||
* sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
|
||||
|
||||
2012-06-21 Jeff Law <law@redhat.com>
|
||||
|
||||
[BZ #13882]
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user