summaryrefslogtreecommitdiff
path: root/backends/s390_initreg.c
Commit message (Collapse)AuthorAgeFilesLines
* backends: Swap sys/ptrace.h and asm/ptrace.h include order on s390.Mark Wielaard2017-07-171-1/+1
| | | | | | | | | glibc 2.26 changed the sys/ptrace.h header so that it cannot be included after asm/ptrace.h. We still need to include the kernel asm/ptrace.h for the ptrace_area definition. Including it after sys/ptrace.h works against both old and new glibc. Signed-off-by: Mark Wielaard <mark@klomp.org>
* Clean up linux-specific system includesUlf Hermann2017-04-261-2/+2
| | | | | | We only include them where we actually need them and only on linux. Signed-off-by: Ulf Hermann <ulf.hermann@qt.io>
* Fix s390_initreg.c patch copy/paste error.Mark Wielaard2013-12-181-3/+0
| | | | Signed-off-by: Mark Wielaard <mjw@redhat.com>
* backends: Avoid type-punning issue in s390_set_initial_registers_tid.Mark Wielaard2013-12-181-2/+13
| | | | | | | | Use union to avoid type-punning when assigning a double to a Dwarf_Word. gcc complains otherwise. error: dereferencing type-punned pointer will break strict-aliasing rules. Signed-off-by: Mark Wielaard <mjw@redhat.com>
* unwinder: s390 and s390xJan Kratochvil2013-12-181-0/+87
Signed-off-by: Jan Kratochvil <jan.kratochvil@redhat.com>