about summary refs log tree commit diff
path: root/ports/sysdeps/hppa/__longjmp.c
Commit message (Collapse)AuthorAgeFilesLines
* Relocate hppa from ports to libc.Carlos O'Donell2014-04-291-84/+0
|
* hppa: Use r25 as second input to __longjmp.Carlos O'Donell2014-04-291-12/+13
| | | | | | The generated assembly is simplified if we use r25, the expected second argument to the function given the calling convention.
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
|
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
|
* hppa: Implement __longjmp_chk.Carlos O'Donell2012-11-191-0/+83
Implement longjmp and the chk variant in C.