Don't use PSEUDO_END for non-PSEUDO function
authorAndreas Schwab <schwab@suse.de>
Thu, 4 Oct 2018 13:46:00 +0000 (15:46 +0200)
committerAndreas Schwab <schwab@suse.de>
Tue, 23 Oct 2018 07:41:43 +0000 (09:41 +0200)
ChangeLog
sysdeps/unix/sysv/linux/riscv/setcontext.S

index aff4410..0a5cb14 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 9f1c7b4..db6238a 100644 (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)