]> granicus.if.org Git - strace/commit
Introduce struct_rt_sigframe type
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 11 Mar 2017 21:26:22 +0000 (21:26 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 13 Mar 2017 15:22:50 +0000 (15:22 +0000)
commit23f2891d4c5f4c20f85215be95f5cdff6c0c4973
tree4e1217b68cfe17189264a7a4fc1b092cdb0ed7b6
parent9d1250b39ccc6249aaea97f4c7f09ebd895a2395
Introduce struct_rt_sigframe type

Add rt_sigframe.h files with definitions of struct_rt_sigframe type
for all supported architectures.
These definitions are going to be used in a parser of rt_sigreturn
syscall.

* linux/rt_sigframe.h: New file.
* linux/bfin/rt_sigframe.h: Likewise.
* linux/crisv10/rt_sigframe.h: Likewise.
* linux/crisv32/rt_sigframe.h: Likewise.
* linux/hppa/rt_sigframe.h: Likewise.
* linux/i386/rt_sigframe.h: Likewise.
* linux/ia64/rt_sigframe.h: Likewise.
* linux/m68k/rt_sigframe.h: Likewise.
* linux/mips/rt_sigframe.h: Likewise.
* linux/powerpc64/rt_sigframe.h: Likewise.
* linux/s390/rt_sigframe.h: Likewise.
* linux/s390x/rt_sigframe.h: Likewise.
* linux/sh64/rt_sigframe.h: Likewise.
* linux/sparc/rt_sigframe.h: Likewise.
* linux/sparc64/rt_sigframe.h: Likewise.
* linux/tile/rt_sigframe.h: Likewise.
* linux/x32/rt_sigframe.h: Likewise.
* linux/x86_64/rt_sigframe.h: Likewise.
* Makefile.am (EXTRA_DIST): Add them.
19 files changed:
Makefile.am
linux/bfin/rt_sigframe.h [new file with mode: 0644]
linux/crisv10/rt_sigframe.h [new file with mode: 0644]
linux/crisv32/rt_sigframe.h [new file with mode: 0644]
linux/hppa/rt_sigframe.h [new file with mode: 0644]
linux/i386/rt_sigframe.h [new file with mode: 0644]
linux/ia64/rt_sigframe.h [new file with mode: 0644]
linux/m68k/rt_sigframe.h [new file with mode: 0644]
linux/mips/rt_sigframe.h [new file with mode: 0644]
linux/powerpc64/rt_sigframe.h [new file with mode: 0644]
linux/rt_sigframe.h [new file with mode: 0644]
linux/s390/rt_sigframe.h [new file with mode: 0644]
linux/s390x/rt_sigframe.h [new file with mode: 0644]
linux/sh64/rt_sigframe.h [new file with mode: 0644]
linux/sparc/rt_sigframe.h [new file with mode: 0644]
linux/sparc64/rt_sigframe.h [new file with mode: 0644]
linux/tile/rt_sigframe.h [new file with mode: 0644]
linux/x32/rt_sigframe.h [new file with mode: 0644]
linux/x86_64/rt_sigframe.h [new file with mode: 0644]