summaryrefslogtreecommitdiff
path: root/gas/dw2gencfi.h
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.h
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.h')
-rw-r--r--gas/dw2gencfi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/dw2gencfi.h b/gas/dw2gencfi.h
index 0226cdd388..7f834966b9 100644
--- a/gas/dw2gencfi.h
+++ b/gas/dw2gencfi.h
@@ -118,6 +118,9 @@ struct fde_entry
#endif
};
+/* The list of all FDEs that have been collected. */
+extern struct fde_entry *all_fde_data;
+
/* Fake CFI type; outside the byte range of any real CFI insn. */
#define CFI_adjust_cfa_offset 0x100
#define CFI_return_column 0x101