* coff-i860.c (coff_i860_reloc_nyi): Return bfd_reloc_not_supported.

* elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Warning fixes.
	(mn10300_elf_relax_section): Likewise.
	* nlm32-alpha.c (ONES): Define.
	(nlm32_alpha_howto_table): Use it to avoid warnings.
This commit is contained in:
Alan Modra
2003-12-04 12:08:42 +00:00
parent 8f8077465d
commit 1a101a4220
4 changed files with 37 additions and 19 deletions

View File

@@ -140,6 +140,7 @@ coff_i860_reloc_nyi (bfd *abfd ATTRIBUTE_UNUSED,
{
reloc_howto_type *howto = reloc_entry->howto;
fprintf (stderr, _("Relocation `%s' not yet implemented\n"), howto->name);
return bfd_reloc_notsupported;
}
#ifndef PCRELOFFSET