diff options
Diffstat (limited to 'bfd/coff-tic54x.c')
-rw-r--r-- | bfd/coff-tic54x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/coff-tic54x.c b/bfd/coff-tic54x.c index d8a443a..f059694 100644 --- a/bfd/coff-tic54x.c +++ b/bfd/coff-tic54x.c @@ -361,6 +361,7 @@ tic54x_reloc_processing (arelent *relent, if (reloc->r_symndx < 0 || reloc->r_symndx >= obj_conv_table_size (abfd)) { _bfd_error_handler + /* xgettext: c-format */ (_("%B: warning: illegal symbol index %ld in relocs"), abfd, reloc->r_symndx); relent->sym_ptr_ptr = bfd_abs_section_ptr->symbol_ptr_ptr; |