Fix: work-around asm goto compiler bugs
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 21 Dec 2021 18:47:35 +0000 (13:47 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 4 Jan 2022 21:55:00 +0000 (16:55 -0500)
commitdd76f2d6cc73c8b4c33ac1a662886b2bc2b6ba0c
tree90b63f52b8f3146d61499f10b6f76ee78ae18db1
parent57cf586d69f3503e39ba4ef95277032146e2b424
Fix: work-around asm goto compiler bugs

gcc and clang each have their own compiler bugs with respect to asm
goto. Implement a work-around for compiler versions known to have those
bugs.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Ic745eb61163e90f668fb03707f3013e8981fb5fe
include/Makefile.am
include/rseq/compiler.h [new file with mode: 0644]
include/rseq/rseq-arm.h
include/rseq/rseq-arm64.h
include/rseq/rseq-ppc.h
include/rseq/rseq-s390.h
include/rseq/rseq-x86.h
include/rseq/rseq.h
This page took 0.025357 seconds and 4 git commands to generate.