From: John David Anglin Date: Tue, 15 Mar 2022 23:04:39 +0000 (+0000) Subject: hppa: Use END instead of PSEUDO_END in swapcontext.S X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d53b9cc391c72a1011ea8fe7a9f70dc5060a0db2;p=thirdparty%2Fglibc.git hppa: Use END instead of PSEUDO_END in swapcontext.S (cherry picked from commit 7a5c440102d4ec7fafd9bbd98eca9bd90ecaaafd) --- diff --git a/sysdeps/unix/sysv/linux/hppa/swapcontext.S b/sysdeps/unix/sysv/linux/hppa/swapcontext.S index 94b164dc637..fbc22586d11 100644 --- a/sysdeps/unix/sysv/linux/hppa/swapcontext.S +++ b/sysdeps/unix/sysv/linux/hppa/swapcontext.S @@ -67,6 +67,6 @@ ENTRY(__swapcontext) ldw oR28(%ret1),%rp bv,n %r0(%rp) -PSEUDO_END(__swapcontext) +END(__swapcontext) weak_alias (__swapcontext, swapcontext)