Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | |
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. |