* corelow.c, exec.c, irix5-nat.c, mipsread.c, objfiles.c,

osfsolib.c, rs6000-nat.c, solib.c, symfile.c, utils.c,
	xcoffexec.c: Use bfd_get_error and bfd_set_error and new error names.
This commit is contained in:
David MacKenzie
1994-02-17 18:19:25 +00:00
parent f61b81b7c1
commit c4a081e172
9 changed files with 68 additions and 45 deletions

View File

@ -254,7 +254,7 @@ allocate_objfile (abfd, mapped)
if (build_objfile_section_table (objfile))
{
error ("Can't find the file sections in `%s': %s",
objfile -> name, bfd_errmsg (bfd_error));
objfile -> name, bfd_errmsg (bfd_get_error ()));
}
/* Push this file onto the head of the linked list of other such files. */