Move aarch64 CIE code to aarch64 backend
[deliverable/binutils-gdb.git] / gas / dw2gencfi.h
index 2b1362a2bb02161e8b9e6c8b781e38f39fd319d8..308032f8319aa823cb0a2b61f190e9e850d88a36 100644 (file)
@@ -135,11 +135,6 @@ enum {
   EH_COMPACT_HAS_LSDA
 };
 
-enum pointer_auth_key {
-  AARCH64_PAUTH_KEY_A,
-  AARCH64_PAUTH_KEY_B
-};
-
 /* Stack of old CFI data, for save/restore.  */
 struct cfa_save_data
 {
@@ -183,8 +178,9 @@ struct fde_entry
   /* For out of line tables and FDEs.  */
   symbolS *eh_loc;
   int sections;
-  /* The pointer authentication key used.  Only used for AArch64.  */
-  enum pointer_auth_key pauth_key;
+#ifdef tc_fde_entry_extras
+  tc_fde_entry_extras
+#endif
 };
 
 /* The list of all FDEs that have been collected.  */
This page took 0.024674 seconds and 4 git commands to generate.