From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1118) id 1DB49385840D; Tue, 15 Mar 2022 23:07:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1DB49385840D Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: John David Anglin To: glibc-cvs@sourceware.org Subject: [glibc/release/2.35/master] hppa: Use END instead of PSEUDO_END in swapcontext.S X-Act-Checkin: glibc X-Git-Author: John David Anglin X-Git-Refname: refs/heads/release/2.35/master X-Git-Oldrev: 01d5214bb44990323fa8474b7e4119949ac9733f X-Git-Newrev: 9be62976af04f4166a2c1cc5a842ef07bf223860 Message-Id: <20220315230758.1DB49385840D@sourceware.org> Date: Tue, 15 Mar 2022 23:07:58 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2022 23:07:58 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=9be62976af04f4166a2c1cc5a842ef07bf223860 commit 9be62976af04f4166a2c1cc5a842ef07bf223860 Author: John David Anglin Date: Tue Mar 15 23:04:39 2022 +0000 hppa: Use END instead of PSEUDO_END in swapcontext.S (cherry picked from commit 7a5c440102d4ec7fafd9bbd98eca9bd90ecaaafd) Diff: --- sysdeps/unix/sysv/linux/hppa/swapcontext.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/unix/sysv/linux/hppa/swapcontext.S b/sysdeps/unix/sysv/linux/hppa/swapcontext.S index 94b164dc63..fbc22586d1 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)