diff options
Diffstat (limited to 'bfd/elf32-rx.c')
-rw-r--r-- | bfd/elf32-rx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-rx.c b/bfd/elf32-rx.c index 8cca4b186e6..39174bc4d14 100644 --- a/bfd/elf32-rx.c +++ b/bfd/elf32-rx.c @@ -1163,6 +1163,7 @@ rx_elf_relocate_section { int32_t tmp; + saw_subtract = TRUE; RX_STACK_POP (tmp); tmp = - tmp; RX_STACK_PUSH (tmp); @@ -1207,7 +1208,6 @@ rx_elf_relocate_section { int32_t tmp1, tmp2; - saw_subtract = TRUE; RX_STACK_POP (tmp1); RX_STACK_POP (tmp2); tmp1 /= tmp2; |