| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Ports build by naddy@
Tested by visa on octeon
Tested by kettenis on macppc and sparc64
|
|
|
|
|
|
| |
Tested by visa on octeon
Tested by kettenis on arm64, armv7 and sparc64
"go for it" deraadt and sthen
|
|
|
|
|
|
|
|
|
|
|
|
| |
consistent across the various low-level interfaces that handle the
instruction pointer, reality turns out to be a bit more subtle.
On SPARC, DWARF2 uses r15 (which maps to %o7) as the return address column.
This means that we should not add/subtract 8 when it reads/updates the
register state while processing DWARF2 instructions. That in turn means
that getIP() and setIP() should not have been changed in my previous commit.
ok visa@
|
|
|
|
| |
ok guenther@, deraadt@, patrick@, dlg@, visa@
|
|
|
|
|
|
|
| |
Upstream reference:
https://reviews.llvm.org/D41968
OK kettenis@
|
| |
|
| |
|
|
|