From 71eef2bd8dc3a37709908bf14a95c48b80c04c42 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Tue, 3 Mar 2015 17:49:44 -0500 Subject: RL78 - fix ADDR16 relax * elf32-rl78.c (rl78_elf_relax_section): Only relax ADDR16's if there's a symbol. --- bfd/elf32-rl78.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bfd/elf32-rl78.c') diff --git a/bfd/elf32-rl78.c b/bfd/elf32-rl78.c index 1bb5edcac3..acd82b9b6c 100644 --- a/bfd/elf32-rl78.c +++ b/bfd/elf32-rl78.c @@ -2338,7 +2338,8 @@ rl78_elf_relax_section } - if ((irel->r_addend & RL78_RELAXA_MASK) == RL78_RELAXA_ADDR16) + if ((irel->r_addend & RL78_RELAXA_MASK) == RL78_RELAXA_ADDR16 + && nrelocs > 0) { /*----------------------------------------------------------------------*/ /* Some insns have both a 16-bit address operand and an 8-bit -- cgit v1.2.3