mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 14:50:05 +00:00
Don't use PSEUDO_END for non-PSEUDO function
This commit is contained in:
parent
029ad711b8
commit
367d7cc2cb
@ -1,3 +1,8 @@
|
||||
2018-10-23 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* sysdeps/unix/sysv/linux/riscv/setcontext.S (__setcontext)
|
||||
(__start_context): Use END instead of PSEUDO_END.
|
||||
|
||||
2018-10-22 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
|
||||
|
@ -94,7 +94,7 @@ LEAF (__setcontext)
|
||||
|
||||
99: j __syscall_error
|
||||
|
||||
PSEUDO_END (__setcontext)
|
||||
END (__setcontext)
|
||||
weak_alias (__setcontext, setcontext)
|
||||
|
||||
LEAF (__start_context)
|
||||
@ -111,4 +111,4 @@ LEAF (__start_context)
|
||||
jal __setcontext
|
||||
1: j exit
|
||||
|
||||
PSEUDO_END (__start_context)
|
||||
END (__start_context)
|
||||
|
Loading…
Reference in New Issue
Block a user