From 27cf9631c38595ea398da9d5fff8199d925fd7ee Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 31 Jan 2022 22:29:53 -0500 Subject: [PATCH] Cleanup: x86: remove leftover comment This comment is not relevant anymore with the userspace ABI introduced by glibc 2.35. Signed-off-by: Mathieu Desnoyers Change-Id: I5b54942d84bb12ac0fe2c2246e871e86d51d3af9 --- include/rseq/rseq-x86.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/rseq/rseq-x86.h b/include/rseq/rseq-x86.h index 944a13c..cb4aa05 100644 --- a/include/rseq/rseq-x86.h +++ b/include/rseq/rseq-x86.h @@ -16,13 +16,6 @@ */ #define RSEQ_SIG 0x53053053 -/* - * Due to a compiler optimization bug in gcc-8 with asm goto and TLS asm input - * operands, we cannot use "m" input operands, and rather pass the __rseq_abi - * address through a "r" input operand. - * (TODO: revisit after migration to glibc's ABI) - */ - /* Offset of cpu_id and rseq_cs fields in struct rseq_abi. */ #define RSEQ_CPU_ID_OFFSET 4 #define RSEQ_CS_OFFSET 8 -- 2.34.1