ODR warnings for "struct coff_symbol"
[binutils-gdb.git] / gdb / aarch64-linux-tdep.h
index 8ae33efc605a2c0608925b4871b7c97cfec0b36b..9a7e4339dba82b27a814ebad4041f3414421e921 100644 (file)
@@ -39,6 +39,9 @@
 /* The MTE regset consists of a 64-bit register.  */
 #define AARCH64_LINUX_SIZEOF_MTE_REGSET (8)
 
+/* The TLS regset consists of a single register.  */
+#define AARCH64_LINUX_SIZEOF_TLSREGSET (X_REGISTER_SIZE)
+
 extern const struct regset aarch64_linux_gregset;
 extern const struct regset aarch64_linux_fpregset;