* filemode.c: Fix formatting.

* ieee.c: Likewise.
	* is-ranlib.c: Likewise.
	* is-strip.c: Likewise.
	* maybe-ranlib.c: Likewise.
	* maybe-strip.c: Likewise.
	* nlmconv.c: Likewise.
	* nm.c: Likewise.
	* not-ranlib.c: Likewise.
	* not-strip.c: Likewise.
	* objcopy.c: Likewise.
	* objdump.c: Likewise.
This commit is contained in:
Kazu Hirata
2002-05-21 19:34:58 +00:00
parent 21611032e1
commit 0af11b59ba
13 changed files with 126 additions and 111 deletions

View File

@@ -559,7 +559,7 @@ main (argc, argv)
sym->section = got_sec->output_section;
}
#endif
}
}
/* If this is a global symbol, check the export list. */
if ((sym->flags & (BSF_EXPORT | BSF_GLOBAL)) != 0)
@@ -635,7 +635,7 @@ main (argc, argv)
non_fatal (_("warning: symbol %s imported but not in import list"),
bfd_asymbol_name (sym));
}
/* See if it's one of the special named symbols. */
if ((sym->flags & BSF_DEBUGGING) == 0)
{
@@ -699,7 +699,7 @@ main (argc, argv)
}
bfd_set_symtab (outbfd, outsyms, symcount + newsymcount);
if (! gotstart)
non_fatal (_("warning: START procedure %s not defined"), start_procedure);
if (! gotexit)
@@ -1810,7 +1810,7 @@ powerpc_build_stubs (inbfd, outbfd, symbols_ptr, symcount_ptr)
item->next = powerpc_stubs;
powerpc_stubs = item;
++stubcount;
}
@@ -1893,7 +1893,7 @@ powerpc_resolve_stubs (inbfd, outbfd)
reloc->address = l->toc_index + got_sec->output_offset;
reloc->addend = 0;
reloc->howto = bfd_reloc_type_lookup (inbfd, BFD_RELOC_32);
*r++ = reloc;
}