summaryrefslogtreecommitdiff
path: root/bfd/coff-i860.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2003-12-04 12:08:42 +0000
committerAlan Modra <amodra@bigpond.net.au>2003-12-04 12:08:42 +0000
commit663176cb8c6af2452d2c6502c034479214780c35 (patch)
tree87423a187c5269e039df9b6b945dc7d0aec8b4ca /bfd/coff-i860.c
parent5fb929d640aa8f268a679d3cae7281ea8bbc4a4e (diff)
downloadgdb-663176cb8c6af2452d2c6502c034479214780c35.tar.gz
* 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.
Diffstat (limited to 'bfd/coff-i860.c')
-rw-r--r--bfd/coff-i860.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/coff-i860.c b/bfd/coff-i860.c
index db77a2cda49..edc9f4e6a27 100644
--- a/bfd/coff-i860.c
+++ b/bfd/coff-i860.c
@@ -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