Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-15 | hppa: Use END instead of PSEUDO_END in swapcontext.S | John David Anglin | |
2022-03-15 | hppa: Implement swapcontext in assembler (bug 28960) | John David Anglin | |
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. |