diff options
Diffstat (limited to 'bfd/elf32-nios2.c')
-rw-r--r-- | bfd/elf32-nios2.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/bfd/elf32-nios2.c b/bfd/elf32-nios2.c index d85fc69..f56460a 100644 --- a/bfd/elf32-nios2.c +++ b/bfd/elf32-nios2.c @@ -2225,9 +2225,9 @@ nios2_add_stub (const char *stub_name, TRUE, FALSE); if (hsh == NULL) { - (*_bfd_error_handler) (_("%B: cannot create stub entry %s"), - section->owner, - stub_name); + _bfd_error_handler (_("%B: cannot create stub entry %s"), + section->owner, + stub_name); return NULL; } @@ -2945,7 +2945,7 @@ nios2_elf32_merge_private_bfd_data (bfd *ibfd, bfd *obfd) case EF_NIOS2_ARCH_R2: if (bfd_big_endian (ibfd)) { - (*_bfd_error_handler) + _bfd_error_handler (_("error: %B: Big-endian R2 is not supported."), ibfd); bfd_set_error (bfd_error_bad_value); return FALSE; @@ -2960,7 +2960,7 @@ nios2_elf32_merge_private_bfd_data (bfd *ibfd, bfd *obfd) { /* So far, the only incompatible flags denote incompatible architectures. */ - (*_bfd_error_handler) + _bfd_error_handler (_("error: %B: Conflicting CPU architectures %d/%d"), ibfd, new_flags, old_flags); bfd_set_error (bfd_error_bad_value); @@ -4365,7 +4365,7 @@ nios2_elf32_relocate_section (bfd *output_bfd, case R_NIOS2_TLS_LE16: if (bfd_link_dll (info)) { - (*_bfd_error_handler) + _bfd_error_handler (_("%B(%A+0x%lx): R_NIOS2_TLS_LE16 relocation not " "permitted in shared object"), input_bfd, input_section, @@ -5532,8 +5532,8 @@ nios2_elf32_adjust_dynamic_symbol (struct bfd_link_info *info, if (h->size == 0) { - (*_bfd_error_handler) (_("dynamic variable `%s' is zero size"), - h->root.root.string); + _bfd_error_handler (_("dynamic variable `%s' is zero size"), + h->root.root.string); return TRUE; } |