[COMMITTED 06/15] gas: dw2gencfi: externalize the all_cfi_sections
Indu Bhagat
indu.bhagat@oracle.com
Mon Jan 15 12:07:20 GMT 2024
gas/
* dw2gencfi.h: Declare all_cfi_sections as extern.
---
gas/dw2gencfi.h | 2 ++
1 file changed, 2 insertions(+)
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
--
2.41.0
More information about the Binutils
mailing list