Don't use PSEUDO_END for non-PSEUDO function

This commit is contained in:
Andreas Schwab 2018-10-04 15:46:00 +02:00
parent 029ad711b8
commit 367d7cc2cb
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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)