X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fdw2gencfi.h;h=3af2875767fa899a12d3f7a1f77414d064594a51;hb=bd70b1f240b24d8c9b08868ca777f5a81d13c0c2;hp=2b1362a2bb02161e8b9e6c8b781e38f39fd319d8;hpb=3a67e1a6b4430374f3073e51bb19347d4c421cfe;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/dw2gencfi.h b/gas/dw2gencfi.h index 2b1362a2bb..3af2875767 100644 --- a/gas/dw2gencfi.h +++ b/gas/dw2gencfi.h @@ -1,5 +1,5 @@ /* dw2gencfi.h - Support for generating Dwarf2 CFI information. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2020 Free Software Foundation, Inc. Contributed by Michal Ludvig This file is part of GAS, the GNU Assembler. @@ -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. */