* Makefile.am: Run "make dep-am".

* Makefile.in: Regenerate.
	* doc/Makefile.in: Regenerate.

	* aoutx.h: Formatting fixes.
	* merge.c (_bfd_merged_section_offset): Break line at 80 chars.

	* linker.c: Replace bfd_get_filename with bfd_archive_filename
	in error message.
This commit is contained in:
Alan Modra 2001-09-21 02:12:29 +00:00
parent a10bc936b8
commit 923f08ff7a
8 changed files with 680 additions and 606 deletions

View file

@ -1849,7 +1849,7 @@ _bfd_generic_link_add_one_symbol (info, abfd, name, flags, section, value,
{
(*_bfd_error_handler)
(_("%s: indirect symbol `%s' to `%s' is a loop"),
bfd_get_filename (abfd), name, string);
bfd_archive_filename (abfd), name, string);
bfd_set_error (bfd_error_invalid_operation);
return false;
}