From: Indu Bhagat Date: Mon, 15 Jan 2024 09:00:07 +0000 (-0800) Subject: gas: dw2gencfi: externalize the all_cfi_sections X-Git-Tag: binutils-2_42~73 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5802d3f47387f176380e143ee1a9ec202a679f5c;p=thirdparty%2Fbinutils-gdb.git gas: dw2gencfi: externalize the all_cfi_sections gas/ * dw2gencfi.h: Declare all_cfi_sections as extern. --- diff --git a/gas/dw2gencfi.h b/gas/dw2gencfi.h index c73fd40f210..7fd6db41cde 100644 --- a/gas/dw2gencfi.h +++ b/gas/dw2gencfi.h @@ -27,6 +27,8 @@ struct symbol; struct fde_entry; +extern int all_cfi_sections; + extern const pseudo_typeS cfi_pseudo_table[]; #ifndef tc_cfi_frame_initial_instructions