diff options
Diffstat (limited to 'bfd/elf-m10200.c')
-rw-r--r-- | bfd/elf-m10200.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/elf-m10200.c b/bfd/elf-m10200.c index f82c212..aef1b52 100644 --- a/bfd/elf-m10200.c +++ b/bfd/elf-m10200.c @@ -524,7 +524,7 @@ mn10200_elf_relax_delete_bytes (bfd *abfd, asection *sec, There are quite a few relaxing opportunities available on the mn10200: - * jsr:24 -> jsr:16 2 bytes + * jsr:24 -> jsr:16 2 bytes * jmp:24 -> jmp:16 2 bytes * jmp:16 -> bra:8 1 byte @@ -654,8 +654,8 @@ mn10200_elf_relax_section (bfd *abfd, && h->root.type != bfd_link_hash_defweak) { /* This appears to be a reference to an undefined - symbol. Just ignore it--it will be caught by the - regular reloc processing. */ + symbol. Just ignore it--it will be caught by the + regular reloc processing. */ continue; } |