Cleanup: x86: remove leftover comment
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 1 Feb 2022 03:29:53 +0000 (22:29 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 1 Feb 2022 03:29:53 +0000 (22:29 -0500)
This comment is not relevant anymore with the userspace ABI introduced
by glibc 2.35.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I5b54942d84bb12ac0fe2c2246e871e86d51d3af9

include/rseq/rseq-x86.h

index 944a13cbea02004dd7fc43f609b4e72c69e46e5e..cb4aa0525045a460b6a700128830c650cd5e183c 100644 (file)
  */
 #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
This page took 0.038915 seconds and 4 git commands to generate.