mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
* sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
HIDDEN_JUMPTARGET. * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (__SYSCALL_CLOBBERS): Remove %g* registers. * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h (__SYSCALL_CLOBBERS): Likewise. * scripts/data/localplt-sparc-linux-gnu.data: New file. * scripts/data/localplt-sparc64-linux-gnu.data: Likewise. 2008-05-08 David S. Miller <davem@davemloft.net> * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use HIDDEN_JUMPTARGET. * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (__SYSCALL_CLOBBERS): Remove %g* registers. * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h (__SYSCALL_CLOBBERS): Likewise. * scripts/data/localplt-sparc-linux-gnu.data: New file. * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
This commit is contained in:
parent
5e6f34c2a0
commit
86746abb84
11
ChangeLog
11
ChangeLog
@ -1,3 +1,14 @@
|
||||
2008-05-08 David S. Miller <davem@davemloft.net>
|
||||
|
||||
* sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
|
||||
HIDDEN_JUMPTARGET.
|
||||
* sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
|
||||
(__SYSCALL_CLOBBERS): Remove %g* registers.
|
||||
* sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
|
||||
(__SYSCALL_CLOBBERS): Likewise.
|
||||
* scripts/data/localplt-sparc-linux-gnu.data: New file.
|
||||
* scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
|
||||
|
||||
2008-05-21 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
|
||||
|
18
scripts/data/localplt-sparc-linux-gnu.data
Normal file
18
scripts/data/localplt-sparc-linux-gnu.data
Normal file
@ -0,0 +1,18 @@
|
||||
libc.so: _Q_add
|
||||
libc.so: _Q_div
|
||||
libc.so: _Q_feq
|
||||
libc.so: _Q_fge
|
||||
libc.so: _Q_fle
|
||||
libc.so: _Q_flt
|
||||
libc.so: _Q_fne
|
||||
libc.so: _Q_itoq
|
||||
libc.so: _Q_mul
|
||||
libc.so: _Q_sub
|
||||
libc.so: _Unwind_Find_FDE
|
||||
libc.so: calloc
|
||||
libc.so: ffs
|
||||
libc.so: free
|
||||
libc.so: malloc
|
||||
libc.so: memalign
|
||||
libc.so: realloc
|
||||
libm.so: matherr
|
20
scripts/data/localplt-sparc64-linux-gnu.data
Normal file
20
scripts/data/localplt-sparc64-linux-gnu.data
Normal file
@ -0,0 +1,20 @@
|
||||
libc.so: _Qp_add
|
||||
libc.so: _Qp_div
|
||||
libc.so: _Qp_feq
|
||||
libc.so: _Qp_fge
|
||||
libc.so: _Qp_fle
|
||||
libc.so: _Qp_flt
|
||||
libc.so: _Qp_fne
|
||||
libc.so: _Qp_itoq
|
||||
libc.so: _Qp_mul
|
||||
libc.so: _Qp_qtod
|
||||
libc.so: _Qp_sub
|
||||
libc.so: _Qp_xtoq
|
||||
libc.so: _Unwind_Find_FDE
|
||||
libc.so: calloc
|
||||
libc.so: ffs
|
||||
libc.so: free
|
||||
libc.so: malloc
|
||||
libc.so: memalign
|
||||
libc.so: realloc
|
||||
libm.so: matherr
|
@ -111,7 +111,7 @@ ENTRY(__start_context)
|
||||
mov %g1, %o0
|
||||
/* If this returns (which can happen if the syscall fails) we'll
|
||||
exit the program with the return error value (-1). */
|
||||
1: call exit
|
||||
1: call HIDDEN_JUMPTARGET(exit)
|
||||
nop
|
||||
/* The 'exit' call should never return. In case it does cause
|
||||
the process to terminate. */
|
||||
|
@ -134,7 +134,7 @@ ENTRY(name); \
|
||||
" sub %%g0, %%o0, %%o0;" \
|
||||
"1:"
|
||||
|
||||
#define __SYSCALL_CLOBBERS "g2", "g3", "g4", "g5", "g6", \
|
||||
#define __SYSCALL_CLOBBERS \
|
||||
"f0", "f1", "f2", "f3", "f4", "f5", "f6", "f7", \
|
||||
"f8", "f9", "f10", "f11", "f12", "f13", "f14", "f15", \
|
||||
"f16", "f17", "f18", "f19", "f20", "f21", "f22", "f23", \
|
||||
|
@ -142,7 +142,7 @@ ENTRY(name); \
|
||||
" sub %%g0, %%o0, %%o0;" \
|
||||
"1:"
|
||||
|
||||
#define __SYSCALL_CLOBBERS "g2", "g3", "g4", "g5", "g6", \
|
||||
#define __SYSCALL_CLOBBERS \
|
||||
"f0", "f1", "f2", "f3", "f4", "f5", "f6", "f7", \
|
||||
"f8", "f9", "f10", "f11", "f12", "f13", "f14", "f15", \
|
||||
"f16", "f17", "f18", "f19", "f20", "f21", "f22", "f23", \
|
||||
|
Loading…
Reference in New Issue
Block a user