[V5,06/16] gas: dw2gencfi: externalize the all_cfi_sections

Message ID 20240111074820.2677826-7-indu.bhagat@oracle.com
State New
Headers
Series Experimental support for synthesizing CFI for hand-written asm |

Commit Message

Indu Bhagat Jan. 11, 2024, 7:48 a.m. UTC
  [No changes since V3]

[New patch in V3]

gas/
        * dw2gencfi.h: Declare all_cfi_sections as extern.
---
 gas/dw2gencfi.h | 2 ++
 1 file changed, 2 insertions(+)
  

Patch

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