summaryrefslogtreecommitdiff
path: root/cvt
diff options
context:
space:
mode:
authorTheo Schlossnagle <jesus@omniti.com>2011-12-13 19:24:59 +0000
committerTheo Schlossnagle <jesus@omniti.com>2011-12-13 19:24:59 +0000
commitb72a3681aedba711dd62bc758bd876b369040828 (patch)
treef6ec08f2711c564d23296bad6223cf462fda4799 /cvt
parentaf70a23805917ccfb5ba212bad28e4554343249a (diff)
downloadctf-b72a3681aedba711dd62bc758bd876b369040828.tar.gz
Make this compile on Solaris again... oh, the irony
Diffstat (limited to 'cvt')
-rw-r--r--cvt/dwarf.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/cvt/dwarf.c b/cvt/dwarf.c
index 2e6adf5..48ce25c 100644
--- a/cvt/dwarf.c
+++ b/cvt/dwarf.c
@@ -1262,6 +1262,12 @@ static const fp_size_map_t fp_encodings[] = {
{ { 0, 0 }, { 0, 0, 0 } }
};
+#ifndef DW_ATE_SUN_interval_float
+#define DW_ATE_SUN_interval_float 0x91
+#endif
+#ifndef DW_ATE_SUN_imaginary_float
+#define DW_ATE_SUN_imaginary_float 0x92
+#endif
static uint_t
die_base_type2enc(dwarf_t *dw, Dwarf_Off off, Dwarf_Signed enc, size_t sz)
{