summaryrefslogtreecommitdiff
path: root/gas/dw2gencfi.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2011-08-07 16:32:20 +0000
committerRichard Henderson <rth@redhat.com>2011-08-07 16:32:20 +0000
commit9480fe40f7ceb7d60d59988d21a3b49438f2c192 (patch)
treeff374143303bb5043b5d73a6a25ca9380f3b1356 /gas/dw2gencfi.c
parent324f05b79ebb1049a62799f0a59be95768813964 (diff)
downloadbinutils-redhat-9480fe40f7ceb7d60d59988d21a3b49438f2c192.tar.gz
* 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.
Diffstat (limited to 'gas/dw2gencfi.c')
-rw-r--r--gas/dw2gencfi.c2
1 files changed, 1 insertions, 1 deletions
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. */