From 9480fe40f7ceb7d60d59988d21a3b49438f2c192 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Sun, 7 Aug 2011 16:32:20 +0000 Subject: * dw2gencfi.c (all_fde_data): Export. * dw2gencfi.h (all_fde_data): Declare. * config/tc-alpha.c (alpha_elf_md_end): Don't convert legacy unwind info to cfi unwind info if the user already has supplied some. --- gas/dw2gencfi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/dw2gencfi.c') diff --git a/gas/dw2gencfi.c b/gas/dw2gencfi.c index 85f2cbb01e..163b8dea74 100644 --- a/gas/dw2gencfi.c +++ b/gas/dw2gencfi.c @@ -287,7 +287,7 @@ struct cie_entry /* List of FDE entries. */ -static struct fde_entry *all_fde_data; +struct fde_entry *all_fde_data; static struct fde_entry **last_fde_data = &all_fde_data; /* List of CIEs so that they could be reused. */ -- cgit v1.2.1