public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/release/2.35/master] hppa: Use END instead of PSEUDO_END in swapcontext.S
@ 2022-03-15 23:07 John David Anglin
  0 siblings, 0 replies; only message in thread
From: John David Anglin @ 2022-03-15 23:07 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=9be62976af04f4166a2c1cc5a842ef07bf223860

commit 9be62976af04f4166a2c1cc5a842ef07bf223860
Author: John David Anglin <danglin@gcc.gnu.org>
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)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-15 23:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-15 23:07 [glibc/release/2.35/master] hppa: Use END instead of PSEUDO_END in swapcontext.S John David Anglin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).