diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2022-03-15 23:04:39 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2022-03-15 23:04:39 +0000 |
commit | 7a5c440102d4ec7fafd9bbd98eca9bd90ecaaafd (patch) | |
tree | 37b4f8269477f00bb98acf6d1d2092c795a63d7b /sysdeps/unix/sysv/linux/hppa/swapcontext.S | |
parent | d05e6dc8d1032e1732542a48e0fb895432008b6e (diff) | |
download | glibc-7a5c440102d4ec7fafd9bbd98eca9bd90ecaaafd.tar.gz glibc-7a5c440102d4ec7fafd9bbd98eca9bd90ecaaafd.tar.xz glibc-7a5c440102d4ec7fafd9bbd98eca9bd90ecaaafd.zip |
hppa: Use END instead of PSEUDO_END in swapcontext.S
Diffstat (limited to 'sysdeps/unix/sysv/linux/hppa/swapcontext.S')
-rw-r--r-- | sysdeps/unix/sysv/linux/hppa/swapcontext.S | 2 |
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) |