summaryrefslogtreecommitdiff
path: root/bfd/coff-mcore.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-11-20 11:53:57 +0000
committerNick Clifton <nickc@redhat.com>1999-11-20 11:53:57 +0000
commit4cb729042efceb690d1a2e5539d49a4040067034 (patch)
tree748dcbb8dcecec4ecc3c752f8ad0c007ba807a38 /bfd/coff-mcore.c
parent27d23729b6b6a26a30cb874047e35030f0b59e42 (diff)
downloadbinutils-redhat-4cb729042efceb690d1a2e5539d49a4040067034.tar.gz
fix typoi
Diffstat (limited to 'bfd/coff-mcore.c')
-rw-r--r--bfd/coff-mcore.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bfd/coff-mcore.c b/bfd/coff-mcore.c
index a644db10c1..09d8bf164e 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;