[V4,06/14] gas: dw2gencfi: externalize the all_cfi_sections

Message ID 20240103071526.3846985-7-indu.bhagat@oracle.com
State New
Headers
Series Synthesize CFI for hand-written asm |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_binutils_build--master-arm success Testing passed
linaro-tcwg-bot/tcwg_binutils_build--master-aarch64 success Testing passed
linaro-tcwg-bot/tcwg_binutils_check--master-aarch64 success Testing passed
linaro-tcwg-bot/tcwg_binutils_check--master-arm success Testing passed

Commit Message

Indu Bhagat Jan. 3, 2024, 7:15 a.m. UTC
  [No changes from V3 to V4]

[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 9e29b55ace3..ccf5e3dfc02 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