aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorIndu Bhagat <indu.bhagat@oracle.com>2024-01-15 01:00:07 -0800
committerIndu Bhagat <indu.bhagat@oracle.com>2024-01-15 03:31:35 -0800
commit5802d3f47387f176380e143ee1a9ec202a679f5c (patch)
treee53679a8cc359130fe2c692b88e014457418c5c6 /gas
parent2cea9515b55f6e6748e268c7ab137fb534237de2 (diff)
downloadgdb-5802d3f47387f176380e143ee1a9ec202a679f5c.zip
gdb-5802d3f47387f176380e143ee1a9ec202a679f5c.tar.gz
gdb-5802d3f47387f176380e143ee1a9ec202a679f5c.tar.bz2
gas: dw2gencfi: externalize the all_cfi_sections
gas/ * dw2gencfi.h: Declare all_cfi_sections as extern.
Diffstat (limited to 'gas')
-rw-r--r--gas/dw2gencfi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/dw2gencfi.h b/gas/dw2gencfi.h
index c73fd40..7fd6db4 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