]> git.ipfire.org Git - thirdparty/glibc.git/commit
hppa: Implement swapcontext in assembler (bug 28960)
authorJohn David Anglin <danglin@gcc.gnu.org>
Tue, 15 Mar 2022 23:12:37 +0000 (23:12 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Tue, 15 Mar 2022 23:12:37 +0000 (23:12 +0000)
commit738ee53f0ce5e39b9b7a6777f5d3057afbaac498
tree99ac63e47e32f918b523339604f222fa99ea8441
parent224d8c1890b6c57c7e4e8ddbb792dd9552086704
hppa: Implement swapcontext in assembler (bug 28960)

When swapcontext.c is compiled without -g, the following error occurs:
Error: CFI instruction used without previous .cfi_startproc

Fix by converting swapcontext routine to assembler.
sysdeps/unix/sysv/linux/hppa/swapcontext.S [new file with mode: 0644]
sysdeps/unix/sysv/linux/hppa/swapcontext.c [deleted file]