diff options
Diffstat (limited to 'bfd/coff-mcore.c')
-rw-r--r-- | bfd/coff-mcore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coff-mcore.c b/bfd/coff-mcore.c index 4d4bcbc..3ede766 100644 --- a/bfd/coff-mcore.c +++ b/bfd/coff-mcore.c @@ -480,7 +480,7 @@ coff_mcore_relocate_section (bfd * output_bfd, /* xgettext: c-format */ (_("Warning: unsupported reloc %s <file %B, section %A>\n" "sym %ld (%s), r_vaddr %ld (%lx)"), - input_bfd, input_section, howto->name, + howto->name, input_bfd, input_section, rel->r_symndx, my_name, (long) rel->r_vaddr, (unsigned long) rel->r_vaddr); break; |