]> sourceware.org Git - glibc.git/commitdiff
hppa: Use END instead of PSEUDO_END in swapcontext.S
authorJohn David Anglin <danglin@gcc.gnu.org>
Tue, 15 Mar 2022 23:04:39 +0000 (23:04 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Tue, 15 Mar 2022 23:04:39 +0000 (23:04 +0000)
sysdeps/unix/sysv/linux/hppa/swapcontext.S

index 94b164dc6375563eb1f9ac2042398c85758241fa..fbc22586d1195a0d829e8349482ed858242401e4 100644 (file)
@@ -67,6 +67,6 @@ ENTRY(__swapcontext)
        ldw oR28(%ret1),%rp
        bv,n %r0(%rp)
 
-PSEUDO_END(__swapcontext)
+END(__swapcontext)
 
 weak_alias (__swapcontext, swapcontext)
This page took 0.043567 seconds and 5 git commands to generate.