diff options
Diffstat (limited to 'bfd/elf32-h8300.c')
-rw-r--r-- | bfd/elf32-h8300.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-h8300.c b/bfd/elf32-h8300.c index 3598c34..a2d5fc3 100644 --- a/bfd/elf32-h8300.c +++ b/bfd/elf32-h8300.c @@ -742,7 +742,7 @@ elf32_h8_relax_section (bfd *abfd, asection *sec, some long jumps created by the compiler. */ if (irel != internal_relocs) last_reloc = irel - 1; - + switch(ELF32_R_TYPE (irel->r_info)) { case R_H8_DIR24R8: |