diff options
author | Nick Clifton <nickc@redhat.com> | 1999-11-20 11:53:57 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-11-20 11:53:57 +0000 |
commit | 01ef19d2812082ca3fb9a7bdd7a7439064d16c2a (patch) | |
tree | c0d36f69445ff1d7afd3a46685ea3c2dd77d3d23 /bfd/coff-mcore.c | |
parent | 1ca42bada0c5d34dd32d69b36fe0e3ff417d894d (diff) | |
download | binutils-gdb-01ef19d2812082ca3fb9a7bdd7a7439064d16c2a.tar.gz |
fix typoi
Diffstat (limited to 'bfd/coff-mcore.c')
-rw-r--r-- | bfd/coff-mcore.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bfd/coff-mcore.c b/bfd/coff-mcore.c index a644db10c1f..09d8bf164e6 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; |