aboutsummaryrefslogtreecommitdiff
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
commitaf385746fb14957696f524cdc3263cf759f6c732 (patch)
treece65954c1f0b065bfb852b7f95a0eb1c53d07f36 /gas/dw2gencfi.h
parent613546fbd0cd7d8424774d56e15bf7b4de780e7a (diff)
downloadgdb-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.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 0226cdd..7f83496 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