]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gas: dw2gencfi: externalize the all_cfi_sections
authorIndu Bhagat <indu.bhagat@oracle.com>
Mon, 15 Jan 2024 09:00:07 +0000 (01:00 -0800)
committerIndu Bhagat <indu.bhagat@oracle.com>
Mon, 15 Jan 2024 11:31:35 +0000 (03:31 -0800)
gas/
        * dw2gencfi.h: Declare all_cfi_sections as extern.

gas/dw2gencfi.h

index c73fd40f2103716ee736b3e1cbda4c398d9d16fd..7fd6db41cde6507b861da186445bd9dccb54373a 100644 (file)
@@ -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