diff options
Diffstat (limited to 'gas/config/tc-xtensa.h')
-rw-r--r-- | gas/config/tc-xtensa.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/config/tc-xtensa.h b/gas/config/tc-xtensa.h index 71f1ebb..838a9ad 100644 --- a/gas/config/tc-xtensa.h +++ b/gas/config/tc-xtensa.h @@ -371,6 +371,9 @@ extern char *xtensa_section_rename (char *); #define MD_APPLY_SYM_VALUE(FIX) 0 #define SUB_SEGMENT_ALIGN(SEG, FRCHAIN) 0 +/* Use line number format that is amenable to linker relaxation. */ +#define DWARF2_USE_FIXED_ADVANCE_PC (linkrelax != 0) + /* Resource reservation info functions. */ |