aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2022-03-15 23:04:39 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2022-03-15 23:14:37 +0000
commitd53b9cc391c72a1011ea8fe7a9f70dc5060a0db2 (patch)
treec9d7c0a69420c60f49e8580e35081a946feaf7c8
parent738ee53f0ce5e39b9b7a6777f5d3057afbaac498 (diff)
downloadglibc-d53b9cc391c72a1011ea8fe7a9f70dc5060a0db2.tar
glibc-d53b9cc391c72a1011ea8fe7a9f70dc5060a0db2.tar.gz
glibc-d53b9cc391c72a1011ea8fe7a9f70dc5060a0db2.tar.bz2
glibc-d53b9cc391c72a1011ea8fe7a9f70dc5060a0db2.zip
hppa: Use END instead of PSEUDO_END in swapcontext.S
(cherry picked from commit 7a5c440102d4ec7fafd9bbd98eca9bd90ecaaafd)
-rw-r--r--sysdeps/unix/sysv/linux/hppa/swapcontext.S2
1 files changed, 1 insertions, 1 deletions
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)