From 9a7506e8952851c5aea4471d02fd83c4ba334901 Mon Sep 17 00:00:00 2001 From: Austin Foxley Date: Sun, 29 Nov 2009 10:56:29 -0800 Subject: don't use __i686 in symbol names as it seems gcc can define it Signed-off-by: Austin Foxley --- .../nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S') diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S b/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S index 1fd5186ad..6947c0d64 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S @@ -48,8 +48,8 @@ __new_sem_trywait: 1: #ifdef PIC - call __i686.get_pc_thunk.cx -#else + call __x86.get_pc_thunk.cx +#elsen movl $3f, %ecx 3: #endif @@ -74,12 +74,12 @@ weak_alias(__new_sem_trywait, sem_trywait) #ifdef PIC - .section .gnu.linkonce.t.__i686.get_pc_thunk.cx,"ax",@progbits - .globl __i686.get_pc_thunk.cx - .hidden __i686.get_pc_thunk.cx - .type __i686.get_pc_thunk.cx,@function -__i686.get_pc_thunk.cx: + .section .gnu.linkonce.t.__x86.get_pc_thunk.cx,"ax",@progbits + .globl __x86.get_pc_thunk.cx + .hidden __x86.get_pc_thunk.cx + .type __x86.get_pc_thunk.cx,@function +__x86.get_pc_thunk.cx: movl (%esp), %ecx; ret - .size __i686.get_pc_thunk.cx,.-__i686.get_pc_thunk.cx + .size __x86.get_pc_thunk.cx,.-__x86.get_pc_thunk.cx #endif -- cgit v1.2.3