diff options
Diffstat (limited to 'gas/config/tc-ia64.h')
-rw-r--r-- | gas/config/tc-ia64.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/config/tc-ia64.h b/gas/config/tc-ia64.h index 1f5771c..96618e9 100644 --- a/gas/config/tc-ia64.h +++ b/gas/config/tc-ia64.h @@ -323,3 +323,8 @@ typedef struct unwind_record && (!(FIX)->fx_pcrel \ || (FIX)->fx_r_type == BFD_RELOC_IA64_PLTOFF22 \ || TC_FORCE_RELOCATION (FIX))) + +/* VMS backtraces expect dwarf version 3. */ +#ifdef TE_VMS +#define DWARF2_VERSION 3 +#endif |