diff options
author | Richard Henderson <rth@redhat.com> | 2011-08-07 16:32:20 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2011-08-07 16:32:20 +0000 |
commit | af385746fb14957696f524cdc3263cf759f6c732 (patch) | |
tree | ce65954c1f0b065bfb852b7f95a0eb1c53d07f36 /gas/dw2gencfi.c | |
parent | 613546fbd0cd7d8424774d56e15bf7b4de780e7a (diff) | |
download | gdb-af385746fb14957696f524cdc3263cf759f6c732.zip gdb-af385746fb14957696f524cdc3263cf759f6c732.tar.gz gdb-af385746fb14957696f524cdc3263cf759f6c732.tar.bz2 |
* 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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/dw2gencfi.c b/gas/dw2gencfi.c index 85f2cbb..163b8de 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. */ |