diff options
author | Theo Schlossnagle <jesus@omniti.com> | 2011-12-13 19:24:59 +0000 |
---|---|---|
committer | Theo Schlossnagle <jesus@omniti.com> | 2011-12-13 19:24:59 +0000 |
commit | b72a3681aedba711dd62bc758bd876b369040828 (patch) | |
tree | f6ec08f2711c564d23296bad6223cf462fda4799 /cvt | |
parent | af70a23805917ccfb5ba212bad28e4554343249a (diff) | |
download | ctf-b72a3681aedba711dd62bc758bd876b369040828.tar.gz |
Make this compile on Solaris again... oh, the irony
Diffstat (limited to 'cvt')
-rw-r--r-- | cvt/dwarf.c | 6 |
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) { |