summaryrefslogtreecommitdiffstats
path: root/backends/sparc_initreg.c
Commit message (Collapse)AuthorAgeFilesLines
* sparc: restore 32-bit build.Jose E. Marchesi2016-02-261-1/+1
| | | | | | | This patch provides a dummy sparc_set_initial_registers-tid for sparc32. This fixes the build in sparcv9-*-* targets. Signed-off-by: Jose E. Marchesi <[email protected]>
* backends: sparc: support for live backtracesJose E. Marchesi2016-01-031-0/+129
This patch implements the set_initial_registers_tid hook for sparc. It works in both sparcv9-*-* and sparc64-*-* targets. Signed-off-by: Jose E. Marchesi <[email protected]>