mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Update.
* sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Handle symbol versioning. 2000-04-13 Andreas Jaeger <aj@suse.de>
This commit is contained in:
@ -86,12 +86,13 @@ error:
|
||||
|
||||
At this point we have s0=arg, s1=fn. */
|
||||
|
||||
NESTED(__thread_start,FRAMESZ,sp)
|
||||
ENTRY(__thread_start)
|
||||
/* cp is already loaded. */
|
||||
.cprestore 16
|
||||
/* The stackframe has been created on entry of clone(). */
|
||||
/* Resort the arg for user's function. */
|
||||
move a0,0(sp) /* Function pointer. */
|
||||
move t9,4(sp) /* Argument pointer. */
|
||||
lw t9,0(sp) /* Function pointer. */
|
||||
lw a0,4(sp) /* Argument pointer. */
|
||||
|
||||
/* Call the user's function. */
|
||||
jalr t9
|
||||
|
Reference in New Issue
Block a user