From 01ef19d2812082ca3fb9a7bdd7a7439064d16c2a Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Sat, 20 Nov 1999 11:53:57 +0000 Subject: [PATCH] fix typoi --- bfd/ChangeLog | 5 +++++ bfd/coff-mcore.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d292fcf..f2785e4 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +1999-11-20 Nick Clifton + + * coff-mcore.c (coff_mcore_relocate_section): Fix typo in previous + delta. + 1999-11-19 Catherine Moore * elf32-m68k.c (elf_cpu32_plt0_entry): Fix encoding. diff --git a/bfd/coff-mcore.c b/bfd/coff-mcore.c index a644db1..09d8bf1 100644 --- a/bfd/coff-mcore.c +++ b/bfd/coff-mcore.c @@ -528,7 +528,6 @@ coff_mcore_relocate_section (output_bfd, info, input_bfd, input_section, case IMAGE_REL_MCORE_PCREL_32: case IMAGE_REL_MCORE_PCREL_JSR_IMM11BY2: case IMAGE_REL_MCORE_ADDR32: - case IMAGE_REL_MCORE_RVA: /* XXX fixme - shouldn't this be like the code for the RVA reloc ? */ rstat = _bfd_relocate_contents (howto, input_bfd, val, loc); break; -- 2.7.4