diff options
Diffstat (limited to 'bfd/coff-h8300.c')
-rw-r--r-- | bfd/coff-h8300.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bfd/coff-h8300.c b/bfd/coff-h8300.c index 3e4722c..a687708 100644 --- a/bfd/coff-h8300.c +++ b/bfd/coff-h8300.c @@ -579,9 +579,7 @@ h8300_reloc16_estimate (bfd *abfd, asection *input_section, arelent *reloc, /* Done with this reloc. */ break; } - - /* FALLTHROUGH and try to turn the 24-/32-bit reloc into a 16-bit - reloc. */ + /* Fall through. */ /* This is a 24-/32-bit absolute address in a mov insn, which can become an 16-bit absolute address if it's in the right range. */ |