Introduce common generic header file
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 29 Feb 2024 14:55:05 +0000 (09:55 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 29 Feb 2024 14:55:05 +0000 (09:55 -0500)
commited21bf6d5b04c58c7aeed3822d21ddc635dbe76d
tree5b8d929f7e198669fba194429e9424292eb7f946
parent789519210ac24ec1b5a4b5b677c0bf6f40b555c0
Introduce common generic header file

Move:

-  RSEQ_ASM_DEFINE_TABLE,
- __RSEQ_ASM_DEFINE_TABLE,
- RSEQ_ASM_DEFINE_EXIT_POINT.

to a generic common header file now that those are exact copy across all
architectures.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I1f27e8889b13d263467a1bab92b272cc80aa0743
include/Makefile.am
include/rseq/arch/aarch64.h
include/rseq/arch/arm.h
include/rseq/arch/generic/common.h [new file with mode: 0644]
include/rseq/arch/mips.h
include/rseq/arch/ppc.h
include/rseq/arch/riscv.h
include/rseq/arch/s390.h
include/rseq/arch/x86.h
This page took 0.024456 seconds and 4 git commands to generate.