diff options
Diffstat (limited to 'bfd/pdp11.c')
-rw-r--r-- | bfd/pdp11.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/pdp11.c b/bfd/pdp11.c index 74617fc..7daf52d 100644 --- a/bfd/pdp11.c +++ b/bfd/pdp11.c @@ -1147,7 +1147,7 @@ NAME (aout, set_section_contents) (bfd *abfd, if (section != obj_textsec (abfd) && section != obj_datasec (abfd)) { - (*_bfd_error_handler) + _bfd_error_handler ("%s: can not represent section `%s' in a.out object file format", bfd_get_filename (abfd), bfd_get_section_name (abfd, section)); bfd_set_error (bfd_error_nonrepresentable_section); @@ -1379,7 +1379,7 @@ translate_to_native_sym_flags (bfd *abfd, { /* This case occurs, e.g., for the *DEBUG* section of a COFF file. */ - (*_bfd_error_handler) + _bfd_error_handler ("%B: can not represent section for symbol `%s' in a.out object file format", abfd, cache_ptr->name != NULL ? cache_ptr->name : "*unknown*"); bfd_set_error (bfd_error_nonrepresentable_section); @@ -1406,7 +1406,7 @@ translate_to_native_sym_flags (bfd *abfd, sym_pointer->e_type[0] = N_UNDF | N_EXT; else { - (*_bfd_error_handler) + _bfd_error_handler ("%B: can not represent section `%A' in a.out object file format", abfd, sec); bfd_set_error (bfd_error_nonrepresentable_section); @@ -3699,7 +3699,7 @@ NAME (aout, final_link) (bfd *abfd, and call get_reloc_upper_bound and canonicalize_reloc to work out the number of relocs needed, and then multiply by the reloc size. */ - (*_bfd_error_handler) + _bfd_error_handler ("%s: relocatable link from %s to %s not supported", bfd_get_filename (abfd), sub->xvec->name, abfd->xvec->name); |