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
commitbf17ae6467d6a90ed33cc24156846d893c33c87e (patch)
treed4c73a06e0efd6b225115c5f042e5dbc88fdcbdd /bfd/coff-i860.c
parentae50416c27c356f907fc3006c88b79751efbbb5a (diff)
downloadbinutils-redhat-bf17ae6467d6a90ed33cc24156846d893c33c87e.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 db77a2cda4..edc9f4e6a2 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