From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1118) id 9F5AB3858D20; Tue, 15 Mar 2022 23:14:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9F5AB3858D20 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.34/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.34/master X-Git-Oldrev: 738ee53f0ce5e39b9b7a6777f5d3057afbaac498 X-Git-Newrev: d53b9cc391c72a1011ea8fe7a9f70dc5060a0db2 Message-Id: <20220315231444.9F5AB3858D20@sourceware.org> Date: Tue, 15 Mar 2022 23:14:44 +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:14:44 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=d53b9cc391c72a1011ea8fe7a9f70dc5060a0db2 commit d53b9cc391c72a1011ea8fe7a9f70dc5060a0db2 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)