diff options
Diffstat (limited to 'gas/config/tc-rl78.h')
-rw-r--r-- | gas/config/tc-rl78.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-rl78.h b/gas/config/tc-rl78.h index cb2c708..cf1c560 100644 --- a/gas/config/tc-rl78.h +++ b/gas/config/tc-rl78.h @@ -93,9 +93,9 @@ extern void rl78_elf_final_processing (void); linker, but this fix is simpler, and it pretty much only affects object size a little bit. */ #define TC_FORCE_RELOCATION_SUB_SAME(FIX, SEC) \ - ( ((SEC)->flags & SEC_CODE) != 0 \ + (GENERIC_FORCE_RELOCATION_SUB_SAME (FIX, SEC) \ + || ((SEC)->flags & SEC_CODE) != 0 \ || ((SEC)->flags & SEC_DEBUGGING) != 0 \ - || ! SEG_NORMAL (SEC) \ || TC_FORCE_RELOCATION (FIX)) #define DWARF2_USE_FIXED_ADVANCE_PC 1 |