summaryrefslogtreecommitdiffstats
path: root/backends/i386_initreg.c
Commit message (Collapse)AuthorAgeFilesLines
* Reduce scope of some includesPino Toscano2015-06-271-1/+1
| | | | | | | | Use some includes only according to the #ifdef block of the respective code, or matching the fact they are Linux-only. This way, includes potentially unportable are not unconditionally used. Signed-off-by: Pino Toscano <[email protected]>
* Unwinding is only supported on LinuxKurt Roeckx2014-04-231-1/+1
| | | | Signed-off-by: Kurt Roeckx <[email protected]>
* Unwinder for x86*.Jan Kratochvil2013-11-071-0/+79
Signed-off-by: Jan Kratochvil <[email protected]> Signed-off-by: Mark Wielaard <[email protected]>